mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 15:20:02 +02:00
bugfix enabledata streaming send int for update
This commit is contained in:
parent
823d537825
commit
a79864a5ae
@ -687,6 +687,7 @@ int slsReceiverTCPIPInterface::send_update() {
|
|||||||
#ifdef SLS_RECEIVER_UDP_FUNCTIONS
|
#ifdef SLS_RECEIVER_UDP_FUNCTIONS
|
||||||
ind=(int)receiverBase->getDataStreamEnable();
|
ind=(int)receiverBase->getDataStreamEnable();
|
||||||
#endif
|
#endif
|
||||||
|
mySock->SendDataOnly(&ind,sizeof(ind));
|
||||||
|
|
||||||
if (!lockStatus)
|
if (!lockStatus)
|
||||||
strcpy(mySock->lastClientIP,mySock->thisClientIP);
|
strcpy(mySock->lastClientIP,mySock->thisClientIP);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user