mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 04:47:14 +02:00
jungfrau: api changed from set/getFilterCell to set/getNumberOfFilterCells, storagecells command line changed to extrastoragecells, fixed wrong numberof arguments parsing message
This commit is contained in:
@ -238,8 +238,8 @@ enum detFuncs {
|
||||
F_SET_COMP_DISABLE_TIME,
|
||||
F_GET_FLIP_ROWS,
|
||||
F_SET_FLIP_ROWS,
|
||||
F_GET_FILTER_CELL,
|
||||
F_SET_FILTER_CELL,
|
||||
F_GET_NUM_FILTER_CELLS,
|
||||
F_SET_NUM_FILTER_CELLS,
|
||||
F_SET_ADC_PIPELINE,
|
||||
F_GET_ADC_PIPELINE,
|
||||
F_SET_DBIT_PIPELINE,
|
||||
@ -593,8 +593,8 @@ const char* getFunctionNameFromEnum(enum detFuncs func) {
|
||||
case F_SET_COMP_DISABLE_TIME: return "F_SET_COMP_DISABLE_TIME";
|
||||
case F_GET_FLIP_ROWS: return "F_GET_FLIP_ROWS";
|
||||
case F_SET_FLIP_ROWS: return "F_SET_FLIP_ROWS";
|
||||
case F_GET_FILTER_CELL: return "F_GET_FILTER_CELL";
|
||||
case F_SET_FILTER_CELL: return "F_SET_FILTER_CELL";
|
||||
case F_GET_NUM_FILTER_CELLS: return "F_GET_NUM_FILTER_CELLS";
|
||||
case F_SET_NUM_FILTER_CELLS: return "F_SET_NUM_FILTER_CELLS";
|
||||
case F_SET_ADC_PIPELINE: return "F_SET_ADC_PIPELINE";
|
||||
case F_GET_ADC_PIPELINE: return "F_GET_ADC_PIPELINE";
|
||||
case F_SET_DBIT_PIPELINE: return "F_SET_DBIT_PIPELINE";
|
||||
|
Reference in New Issue
Block a user