mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-14 22:07:12 +02:00
changed zmq method, and resolved warnings and from esrf
This commit is contained in:
@ -444,8 +444,9 @@ int UDPStandardImplementation::startReceiver(char *c) {
|
||||
if (startAcquisitionCallBack) {
|
||||
startAcquisitionCallBack(filePath, fileName, fileIndex,
|
||||
(generalData->fifoBufferSize) * numberofJobs + (generalData->fifoBufferHeaderSize), pStartAcquisition);
|
||||
if (rawDataReadyCallBack != NULL)
|
||||
if (rawDataReadyCallBack != NULL) {
|
||||
cout << "Data Write has been defined externally" << endl;
|
||||
}
|
||||
}
|
||||
|
||||
//processor->writer
|
||||
|
Reference in New Issue
Block a user