diff --git a/slsDetectorSoftware/commonFiles/sls_detector_defs.h b/slsDetectorSoftware/commonFiles/sls_detector_defs.h index 584b95bdd..4d7f31530 100755 --- a/slsDetectorSoftware/commonFiles/sls_detector_defs.h +++ b/slsDetectorSoftware/commonFiles/sls_detector_defs.h @@ -437,11 +437,12 @@ enum synchronizationMode { }; enum imageType { - DARK_IMAGE, /**< dark image */ + DARK_IMAGE, /**< dark image */ GAIN_IMAGE /**< gain image */ }; + /** function indexes to call on the server @@ -541,8 +542,13 @@ enum { F_SET_MASTER, /**< sets master/slave flag for multi detector structures */ - F_SET_SYNCHRONIZATION_MODE /**< sets master/slave synchronization mode for multidetector structures */ + F_SET_SYNCHRONIZATION_MODE, /**< sets master/slave synchronization mode for multidetector structures */ + // not multi detector + + F_READ_COUNTER_BLOCK, /**< reads counter memory block for the Gotthard detector */ + + F_RESET_COUNTER_BLOCK /**< resets counter memory block for the Gotthard detector */ /* Always append functions hereafter!!! */