mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
Defaultdacs (#214)
This commit is contained in:
@ -215,6 +215,7 @@ enum detFuncs {
|
||||
F_VALIDATE_UDP_CONFIG,
|
||||
F_GET_BURSTS_LEFT,
|
||||
F_START_READOUT,
|
||||
F_SET_DEFAULT_DACS,
|
||||
|
||||
NUM_DET_FUNCTIONS,
|
||||
RECEIVER_ENUM_START = 256, /**< detector function should not exceed this
|
||||
@ -535,6 +536,7 @@ const char* getFunctionNameFromEnum(enum detFuncs func) {
|
||||
case F_VALIDATE_UDP_CONFIG: return "F_VALIDATE_UDP_CONFIG";
|
||||
case F_GET_BURSTS_LEFT: return "F_GET_BURSTS_LEFT";
|
||||
case F_START_READOUT: return "F_START_READOUT";
|
||||
case F_SET_DEFAULT_DACS: return "F_SET_DEFAULT_DACS";
|
||||
|
||||
case NUM_DET_FUNCTIONS: return "NUM_DET_FUNCTIONS";
|
||||
case RECEIVER_ENUM_START: return "RECEIVER_ENUM_START";
|
||||
|
@ -1,12 +1,12 @@
|
||||
/** API versions */
|
||||
#define GITBRANCH "developer"
|
||||
#define APICTB 0x201102
|
||||
#define APIGOTTHARD 0x201102
|
||||
#define APIGOTTHARD2 0x201102
|
||||
#define APIJUNGFRAU 0x201102
|
||||
#define APIMYTHEN3 0x201102
|
||||
#define APIMOENCH 0x201102
|
||||
#define APIEIGER 0x201102
|
||||
#define APILIB 0x201102
|
||||
#define APIRECEIVER 0x201102
|
||||
#define APIGUI 0x201102
|
||||
#define APICTB 0x201110
|
||||
#define APIGOTTHARD 0x201110
|
||||
#define APIGOTTHARD2 0x201110
|
||||
#define APIJUNGFRAU 0x201110
|
||||
#define APIMYTHEN3 0x201110
|
||||
#define APIMOENCH 0x201110
|
||||
#define APIEIGER 0x201110
|
||||
|
Reference in New Issue
Block a user