|
CAEN MCA
0.99.10
SDK for Hexagon
|
Configuration save-related function command data mask. More...
Collaboration diagram for Command mask: Configuration Save:Macros | |
| #define | DATAMASK_CMD_SAVE_NAME UINT64_C(0x1) |
| Name of the save. More... | |
| #define | DATAMASK_CMD_SAVE_LIST_OFFSET UINT64_C(0x2) |
| Offset for list of saved configuration. If not set: 0. More... | |
| #define | DATAMASK_CMD_SAVE_LIST_COUNT UINT64_C(0x4) |
| Number of saved configuration. More... | |
| #define | DATAMASK_CMD_SAVE_LIST_NAMES UINT64_C(0x8) |
| List of CONFIGSAVE_LIST_MAXLEN saved configuration starting from the one speficied in the optional parameter DATAMASK_CMD_SAVE_LIST_OFFSET. More... | |
| #define | DATAMASK_CMD_SAVE_HV_RELOAD UINT64_C(0x10) |
| Reload saved HV parameters. Boolean (false if not set). More... | |
| #define | DATAMASK_CMD_SAVE_DB_PATH UINT64_C(0x20) |
| Set or get the complete path (including filename) were to look for saves database. Such database is used for both CAEN_MCA_CMD_CONFIGURATION_SAVE and CAEN_MCA_CMD_CONFIGURATION_LOAD commands. More... | |
Configuration save-related function command data mask.
| #define DATAMASK_CMD_SAVE_NAME UINT64_C(0x1) |
Name of the save.
char* CURRENT_TIMESTAMP. Definition at line 352 of file CAENMCATypes.h.
| #define DATAMASK_CMD_SAVE_LIST_OFFSET UINT64_C(0x2) |
Offset for list of saved configuration. If not set: 0.
uint32_t Definition at line 353 of file CAENMCATypes.h.
| #define DATAMASK_CMD_SAVE_LIST_COUNT UINT64_C(0x4) |
Number of saved configuration.
uint32_t Definition at line 354 of file CAENMCATypes.h.
| #define DATAMASK_CMD_SAVE_LIST_NAMES UINT64_C(0x8) |
List of CONFIGSAVE_LIST_MAXLEN saved configuration starting from the one speficied in the optional parameter DATAMASK_CMD_SAVE_LIST_OFFSET.
char** pointing to already allocated storages of size CONFIGSAVE_NAME_MAXLEN Definition at line 355 of file CAENMCATypes.h.
| #define DATAMASK_CMD_SAVE_HV_RELOAD UINT64_C(0x10) |
Reload saved HV parameters. Boolean (false if not set).
uint32_t Definition at line 356 of file CAENMCATypes.h.
| #define DATAMASK_CMD_SAVE_DB_PATH UINT64_C(0x20) |
Set or get the complete path (including filename) were to look for saves database. Such database is used for both CAEN_MCA_CMD_CONFIGURATION_SAVE and CAEN_MCA_CMD_CONFIGURATION_LOAD commands.
char* Definition at line 357 of file CAENMCATypes.h.