mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
jungfrau: comp disable time
This commit is contained in:
@ -235,6 +235,8 @@ enum detFuncs {
|
||||
F_SET_DEFAULT_DAC,
|
||||
F_GET_GAIN_MODE,
|
||||
F_SET_GAIN_MODE,
|
||||
F_GET_COMP_DISABLE_TIME,
|
||||
F_SET_COMP_DISABLE_TIME,
|
||||
|
||||
NUM_DET_FUNCTIONS,
|
||||
RECEIVER_ENUM_START = 256, /**< detector function should not exceed this
|
||||
@ -576,6 +578,8 @@ const char* getFunctionNameFromEnum(enum detFuncs func) {
|
||||
case F_SET_DEFAULT_DAC: return "F_SET_DEFAULT_DAC";
|
||||
case F_GET_GAIN_MODE: return "F_GET_GAIN_MODE";
|
||||
case F_SET_GAIN_MODE: return "F_SET_GAIN_MODE";
|
||||
case F_GET_COMP_DISABLE_TIME: return "F_GET_COMP_DISABLE_TIME";
|
||||
case F_SET_COMP_DISABLE_TIME: return "F_SET_COMP_DISABLE_TIME";
|
||||
|
||||
case NUM_DET_FUNCTIONS: return "NUM_DET_FUNCTIONS";
|
||||
case RECEIVER_ENUM_START: return "RECEIVER_ENUM_START";
|
||||
|
Reference in New Issue
Block a user