zmq always needs an ip in header

This commit is contained in:
Dhanya Maliakal
2017-11-17 17:40:57 +01:00
parent 2e234f1bbd
commit 662f502d4c
4 changed files with 15 additions and 39 deletions

View File

@ -280,7 +280,7 @@ int DataStreamer::SendHeader(sls_detector_header* header, uint32_t nx, uint32_t
uint64_t acquisitionIndex = header->frameNumber - firstAcquisitionIndex;
return zmqSocket->SendHeaderData(index, dummy, SLS_DETECTOR_JSON_HEADER_VERSION, *dynamicRange, *fileIndex,
nx, ny,
nx, ny,generalData->imageSize,
acquisitionIndex, frameIndex, fileNametoStream,
header->frameNumber, header->expLength, header->packetNumber, header->bunchId, header->timestamp,
header->modId, header->xCoord, header->yCoord, header->zCoord,