mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-16 14:57:13 +02:00
moving SharedMemory into namespace sls
This commit is contained in:
@ -26,6 +26,9 @@
|
||||
#include <future>
|
||||
#include <vector>
|
||||
|
||||
using sls::SharedMemory;
|
||||
using sls::SharedMemoryError;
|
||||
|
||||
multiSlsDetector::multiSlsDetector(int id, bool verify, bool update)
|
||||
: detId(id) {
|
||||
setupMultiDetector(verify, update);
|
||||
|
Reference in New Issue
Block a user