mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
added patfname command to save the file the last pttern was loaded from (#770)
* added patfname command to save the file the last pttern was loaded from
This commit is contained in:
@ -281,6 +281,7 @@ enum detFuncs {
|
||||
F_SET_BIT,
|
||||
F_CLEAR_BIT,
|
||||
F_GET_PATTERN_IO_CONTROL,
|
||||
F_GET_PATTERN_FILE_NAME,
|
||||
|
||||
NUM_DET_FUNCTIONS,
|
||||
RECEIVER_ENUM_START = 512, /**< detector function should not exceed this
|
||||
@ -665,6 +666,7 @@ const char* getFunctionNameFromEnum(enum detFuncs func) {
|
||||
case F_SET_BIT: return "F_SET_BIT";
|
||||
case F_CLEAR_BIT: return "F_CLEAR_BIT";
|
||||
case F_GET_PATTERN_IO_CONTROL: return "F_GET_PATTERN_IO_CONTROL";
|
||||
case F_GET_PATTERN_FILE_NAME: return "F_GET_PATTERN_FILE_NAME";
|
||||
|
||||
|
||||
case NUM_DET_FUNCTIONS: return "NUM_DET_FUNCTIONS";
|
||||
|
@ -5,9 +5,9 @@
|
||||
#define APILIB "developer 0x230224"
|
||||
#define APIRECEIVER "developer 0x230224"
|
||||
#define APIEIGER "developer 0x230525"
|
||||
#define APICTB "developer 0x230615"
|
||||
#define APIGOTTHARD "developer 0x230615"
|
||||
#define APIGOTTHARD2 "developer 0x230615"
|
||||
#define APIJUNGFRAU "developer 0x230615"
|
||||
#define APIMYTHEN3 "developer 0x230615"
|
||||
#define APIMOENCH "developer 0x230615"
|
||||
#define APICTB "developer 0x230621"
|
||||
#define APIMYTHEN3 "developer 0x230621"
|
||||
|
Reference in New Issue
Block a user