Defaultdacs (#214)

This commit is contained in:
Dhanya Thattil
2020-11-13 08:31:02 +01:00
committed by GitHub
parent b6b9a5d598
commit 4c4e2ccb6b
24 changed files with 151 additions and 36 deletions

View File

@ -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";

View File

@ -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