mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-15 06:17:12 +02:00
changed zmq method, and resolved warnings and from esrf
This commit is contained in:
@ -316,7 +316,7 @@ void DataProcessor::ProcessAnImage(char* buf) {
|
||||
if (*fileWriteEnable)
|
||||
file->WriteToFile(buf, generalData->fifoBufferSize + sizeof(sls_detector_header), fnum-firstMeasurementIndex);
|
||||
|
||||
if (rawDataReadyCallBack)
|
||||
if (rawDataReadyCallBack) {
|
||||
rawDataReadyCallBack(
|
||||
header->frameNumber,
|
||||
header->expLength,
|
||||
@ -334,6 +334,7 @@ void DataProcessor::ProcessAnImage(char* buf) {
|
||||
buf + sizeof(sls_detector_header),
|
||||
generalData->imageSize,
|
||||
pRawDataReady);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user