mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 05:17:13 +02:00
Pattern 6 levels (#493)
* separating pattern levels from command name: command line done * separated patten level from command in examples and default pattern files in servers * command line and server works * python: patnloop not verified, wip * works except for patloop (set, and get does not list properly) * minor * fixed tests * added 3 more levels for ctb and moench * wip * minor err msg * minor * binaries in * separating pattern levels from command name: command line done * separated patten level from command in examples and default pattern files in servers * command line and server works * python: patnloop not verified, wip * works except for patloop (set, and get does not list properly) * minor * fixed tests * added 3 more levels for ctb and moench * wip * minor err msg * minor * binaries in * python working * import fix * changed fw version for ctb and moench. binaries in Co-authored-by: Erik Frojdh <erik.frojdh@gmail.com>
This commit is contained in:
@ -20,6 +20,7 @@
|
||||
// C++ includes
|
||||
#include "sls/sls_detector_exceptions.h"
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
#include <bitset>
|
||||
#include <chrono>
|
||||
#include <cstdint>
|
||||
@ -69,6 +70,8 @@
|
||||
#define SHORT_STR_LENGTH 20
|
||||
|
||||
#define MAX_PATTERN_LENGTH 0x2000
|
||||
#define MAX_PATTERN_LEVELS 6
|
||||
#define M3_MAX_PATTERN_LEVELS 3
|
||||
|
||||
#define DEFAULT_STREAMING_TIMER_IN_MS 500
|
||||
|
||||
|
@ -5,10 +5,10 @@
|
||||
#define APILIB 0x220609
|
||||
#define APIRECEIVER 0x220609
|
||||
#define APIGUI 0x220609
|
||||
#define APICTB 0x220705
|
||||
#define APIGOTTHARD 0x220705
|
||||
#define APIGOTTHARD2 0x220705
|
||||
#define APIJUNGFRAU 0x220705
|
||||
#define APIMYTHEN3 0x220705
|
||||
#define APIMOENCH 0x220602
|
||||
#define APIEIGER 0x220705
|
||||
#define APICTB 0x220714
|
||||
#define APIGOTTHARD 0x220714
|
||||
#define APIGOTTHARD2 0x220714
|
||||
#define APIJUNGFRAU 0x220714
|
||||
#define APIMYTHEN3 0x220714
|
||||
#define APIMOENCH 0x220714
|
||||
#define APIEIGER 0x220714
|
||||
|
Reference in New Issue
Block a user