mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-17 01:42:26 +01:00
fix to not have sls_receiver_defs in zmqSocket.h incldue
This commit is contained in:
@@ -21,6 +21,8 @@
|
|||||||
using namespace rapidjson;
|
using namespace rapidjson;
|
||||||
|
|
||||||
|
|
||||||
|
#define MAX_STR_LENGTH 1000
|
||||||
|
|
||||||
//#define ZMQ_DETAIL
|
//#define ZMQ_DETAIL
|
||||||
|
|
||||||
class ZmqSocket {
|
class ZmqSocket {
|
||||||
@@ -484,9 +486,7 @@ public:
|
|||||||
acqIndex = d["acqIndex"].GetUint64();
|
acqIndex = d["acqIndex"].GetUint64();
|
||||||
frameIndex = d["fIndex"].GetUint64();
|
frameIndex = d["fIndex"].GetUint64();
|
||||||
fileIndex = d["fileIndex"].GetUint64();
|
fileIndex = d["fileIndex"].GetUint64();
|
||||||
if(d["bitmode"].GetUint()==32 && d["detType"].GetUint() == slsReceiverDefs::EIGER) {
|
subframeIndex = d["expLength"].GetUint();
|
||||||
subframeIndex = d["expLength"].GetUint();
|
|
||||||
}
|
|
||||||
filename = d["fname"].GetString();
|
filename = d["fname"].GetString();
|
||||||
}
|
}
|
||||||
#ifdef VERYVERBOSE
|
#ifdef VERYVERBOSE
|
||||||
|
|||||||
Reference in New Issue
Block a user