mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 08:17:13 +02:00
merge vetoheader
This commit is contained in:
@ -205,6 +205,8 @@ enum detFuncs {
|
||||
F_GET_GATE_DELAY,
|
||||
F_GET_EXPTIME_ALL_GATES,
|
||||
F_GET_GATE_DELAY_ALL_GATES,
|
||||
F_GET_VETO,
|
||||
F_SET_VETO,
|
||||
|
||||
NUM_DET_FUNCTIONS,
|
||||
RECEIVER_ENUM_START = 256, /**< detector function should not exceed this
|
||||
@ -508,7 +510,8 @@ const char* getFunctionNameFromEnum(enum detFuncs func) {
|
||||
case F_GET_GATE_DELAY: return "F_GET_GATE_DELAY";
|
||||
case F_GET_EXPTIME_ALL_GATES: return "F_GET_EXPTIME_ALL_GATES";
|
||||
case F_GET_GATE_DELAY_ALL_GATES: return "F_GET_GATE_DELAY_ALL_GATES";
|
||||
|
||||
case F_GET_VETO: return "F_GET_VETO";
|
||||
case F_SET_VETO: return "F_SET_VETO";
|
||||
|
||||
case NUM_DET_FUNCTIONS: return "NUM_DET_FUNCTIONS";
|
||||
case RECEIVER_ENUM_START: return "RECEIVER_ENUM_START";
|
||||
|
@ -1,13 +1,12 @@
|
||||
/** API versions */
|
||||
#define GITBRANCH "setrxhostname"
|
||||
#define APILIB 0x200409
|
||||
#define APIRECEIVER 0x200409
|
||||
#define APIGUI 0x200409
|
||||
|
||||
#define APICTB 0x200520
|
||||
#define APIGOTTHARD 0x200520
|
||||
#define APIGOTTHARD2 0x200520
|
||||
#define APIJUNGFRAU 0x200520
|
||||
#define APIMOENCH 0x200515
|
||||
#define APIEIGER 0x200520
|
||||
#define GITBRANCH "developer"
|
||||
#define APILIB 0x200409
|
||||
#define APIRECEIVER 0x200409
|
||||
#define APIGUI 0x200409
|
||||
#define APICTB 0x200520
|
||||
#define APIGOTTHARD 0x200520
|
||||
#define APIJUNGFRAU 0x200520
|
||||
#define APIMOENCH 0x200515
|
||||
#define APIEIGER 0x200520
|
||||
#define APIGOTTHARD2 0x200528
|
||||
#define APIMYTHEN3 0x200528
|
||||
|
Reference in New Issue
Block a user