mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-26 16:20:03 +02:00
fix to not have sls_receiver_defs in zmqSocket.h incldue
This commit is contained in:
parent
8388d1f503
commit
8bba57e77d
@ -21,6 +21,8 @@
|
||||
using namespace rapidjson;
|
||||
|
||||
|
||||
#define MAX_STR_LENGTH 1000
|
||||
|
||||
//#define ZMQ_DETAIL
|
||||
|
||||
class ZmqSocket {
|
||||
@ -484,9 +486,7 @@ public:
|
||||
acqIndex = d["acqIndex"].GetUint64();
|
||||
frameIndex = d["fIndex"].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();
|
||||
}
|
||||
#ifdef VERYVERBOSE
|
||||
|
Loading…
x
Reference in New Issue
Block a user