With corrections

This commit is contained in:
Erik Frojdh
2022-03-28 14:30:45 +02:00
parent 039e1fd829
commit 13ec32c79a
4 changed files with 5 additions and 6 deletions

View File

@ -388,7 +388,7 @@ class DetectorImpl : public virtual slsDetectorDefs {
const int detectorIndex{0};
sls::SharedMemory<sharedDetector> shm{0, -1};
sls::SharedMemory<CtbConfig> ctb_shm{0, -1, "a"};
sls::SharedMemory<CtbConfig> ctb_shm{0, -1, CtbConfig::shm_tag()};
std::vector<std::unique_ptr<sls::Module>> modules;
/** data streaming (down stream) enabled in client (zmq sckets created) */