mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-20 12:14:29 +01:00
bugfix enabledata streaming send int for update
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user