mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
veotalg for g2
This commit is contained in:
@ -223,6 +223,8 @@ enum detFuncs {
|
||||
F_GET_MASTER,
|
||||
F_GET_VETO_STREAM,
|
||||
F_SET_VETO_STREAM,
|
||||
F_GET_VETO_ALGORITHM,
|
||||
F_SET_VETO_ALGORITHM,
|
||||
|
||||
NUM_DET_FUNCTIONS,
|
||||
RECEIVER_ENUM_START = 256, /**< detector function should not exceed this
|
||||
@ -552,7 +554,8 @@ const char* getFunctionNameFromEnum(enum detFuncs func) {
|
||||
case F_GET_MASTER: return "F_GET_MASTER";
|
||||
case F_GET_VETO_STREAM: return "F_GET_VETO_STREAM";
|
||||
case F_SET_VETO_STREAM: return "F_SET_VETO_STREAM";
|
||||
|
||||
case F_GET_VETO_ALGORITHM: return "F_GET_VETO_ALGORITHM";
|
||||
case F_SET_VETO_ALGORITHM: return "F_SET_VETO_ALGORITHM";
|
||||
|
||||
case NUM_DET_FUNCTIONS: return "NUM_DET_FUNCTIONS";
|
||||
case RECEIVER_ENUM_START: return "RECEIVER_ENUM_START";
|
||||
|
Reference in New Issue
Block a user