mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 09:08:00 +02:00
rxr sls namespace (#457)
* rxr src files and classes (detectordata, ZmqSocket) added to sls namespace * moving defines inside namespace * moving defines inside namespace, added helpdacs to namespace * added namespace to gui * gui also updated * removed unnecessary sls:: when already in sls namespace for slsDetectoSoftware, receverSoftware, slsDetectorGui and slsSupportlib
This commit is contained in:
@ -5,6 +5,8 @@
|
||||
#include "sls/sls_detector_defs.h"
|
||||
#include <cstdint>
|
||||
|
||||
namespace sls {
|
||||
|
||||
#define MAX_DIMENSIONS (2)
|
||||
#define MAX_NUMBER_OF_LISTENING_THREADS (2)
|
||||
|
||||
@ -55,3 +57,6 @@
|
||||
#define PROCESSOR_PRIORITY (70)
|
||||
#define STREAMER_PRIORITY (10)
|
||||
#define TCP_PRIORITY (10)
|
||||
|
||||
|
||||
} // namespace sls
|
||||
|
Reference in New Issue
Block a user