mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-05 20:30:03 +02:00

* added temp m3 settings files * renames settings noise to trim * get threshold for M3 * some changes to compile on RH7 and in the server to load the default chip status register at startup * Updated mythen3DeectorServer_developer executable with correct initialization at startup Co-authored-by: Erik Frojdh <erik.frojdh@gmail.com> Co-authored-by: Anna Bergamaschi <anna.bergamaschi@psi.ch>
13 lines
323 B
C
13 lines
323 B
C
/** API versions */
|
|
#define GITBRANCH "developer"
|
|
#define APILIB 0x201119
|
|
#define APIRECEIVER 0x201119
|
|
#define APIGUI 0x201119
|
|
#define APICTB 0x201214
|
|
#define APIGOTTHARD 0x201214
|
|
#define APIGOTTHARD2 0x201214
|
|
#define APIJUNGFRAU 0x201214
|
|
#define APIMOENCH 0x201214
|
|
#define APIEIGER 0x201214
|
|
#define APIMYTHEN3 0x201214
|