mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-29 17:40:01 +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));
|
mySock->SendDataOnly(mySock->lastClientIP,sizeof(mySock->lastClientIP));
|
||||||
|
|
||||||
//index
|
|
||||||
#ifdef SLS_RECEIVER_UDP_FUNCTIONS
|
|
||||||
ind=receiverBase->getFileIndex();
|
|
||||||
#endif
|
|
||||||
mySock->SendDataOnly(&ind,sizeof(ind));
|
|
||||||
|
|
||||||
//filepath
|
//filepath
|
||||||
#ifdef SLS_RECEIVER_UDP_FUNCTIONS
|
#ifdef SLS_RECEIVER_UDP_FUNCTIONS
|
||||||
path = receiverBase->getFilePath();
|
path = receiverBase->getFilePath();
|
||||||
@ -650,6 +644,12 @@ int slsReceiverTCPIPInterface::send_update() {
|
|||||||
delete[] path;
|
delete[] path;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//index
|
||||||
|
#ifdef SLS_RECEIVER_UDP_FUNCTIONS
|
||||||
|
ind=receiverBase->getFileIndex();
|
||||||
|
#endif
|
||||||
|
mySock->SendDataOnly(&ind,sizeof(ind));
|
||||||
|
|
||||||
|
|
||||||
// file path
|
// file path
|
||||||
// file name
|
// file name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user