mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-26 00:00:02 +02:00
Somewhere
This commit is contained in:
parent
b03e35a8d6
commit
26f9b1ccbd
@ -622,12 +622,6 @@ int slsReceiverTCPIPInterface::send_update() {
|
||||
|
||||
mySock->SendDataOnly(mySock->lastClientIP,sizeof(mySock->lastClientIP));
|
||||
|
||||
//index
|
||||
#ifdef SLS_RECEIVER_UDP_FUNCTIONS
|
||||
ind=receiverBase->getFileIndex();
|
||||
#endif
|
||||
mySock->SendDataOnly(&ind,sizeof(ind));
|
||||
|
||||
//filepath
|
||||
#ifdef SLS_RECEIVER_UDP_FUNCTIONS
|
||||
path = receiverBase->getFilePath();
|
||||
@ -650,6 +644,12 @@ int slsReceiverTCPIPInterface::send_update() {
|
||||
delete[] path;
|
||||
}
|
||||
|
||||
//index
|
||||
#ifdef SLS_RECEIVER_UDP_FUNCTIONS
|
||||
ind=receiverBase->getFileIndex();
|
||||
#endif
|
||||
mySock->SendDataOnly(&ind,sizeof(ind));
|
||||
|
||||
|
||||
// file path
|
||||
// file name
|
||||
|
Loading…
x
Reference in New Issue
Block a user