mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 14:38:14 +02:00
receiver read freq should save value in shm even if no receiver present
This commit is contained in:
parent
da3ca9f306
commit
59b5fe9424
@ -677,6 +677,12 @@ int slsReceiverTCPIPInterface::send_update() {
|
|||||||
#endif
|
#endif
|
||||||
mySock->SendDataOnly(&ind,sizeof(ind));
|
mySock->SendDataOnly(&ind,sizeof(ind));
|
||||||
|
|
||||||
|
// receiver read frequency
|
||||||
|
#ifdef SLS_RECEIVER_UDP_FUNCTIONS
|
||||||
|
ind=(int)receiverBase->getFrameToGuiFrequency();
|
||||||
|
#endif
|
||||||
|
mySock->SendDataOnly(&ind,sizeof(ind));
|
||||||
|
|
||||||
// streaming port
|
// streaming port
|
||||||
#ifdef SLS_RECEIVER_UDP_FUNCTIONS
|
#ifdef SLS_RECEIVER_UDP_FUNCTIONS
|
||||||
ind=(int)receiverBase->getStreamingPort();
|
ind=(int)receiverBase->getStreamingPort();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user