gdata
|
Defines constants and exit codes for the GData library. More...
Go to the source code of this file.
Variables | |
constexpr int | ERR_GSDETECTORNOTFOUND = 601 |
Exit code when a detector is not found. | |
constexpr int | ERR_VARIABLENOTFOUND = 602 |
Exit code when a variable is not found. | |
constexpr int | ERR_WRONGPAYLOAD = 603 |
Exit code when a payload is of the wrong size. | |
constexpr const char * | CRATESTRINGID = "crate" |
Identifier for crate. | |
constexpr const char * | SLOTSTRINGID = "slot" |
Identifier for slot. | |
constexpr const char * | CHANNELSTRINGID = "channel" |
Identifier for channel. | |
constexpr const char * | CHARGEATELECTRONICS = "chargeAtElectronics" |
Identifier for charge at electronics. | |
constexpr const char * | TIMEATELECTRONICS = "timeAtElectronics" |
Identifier for time at electronics. | |
constexpr int | TIMEATELECTRONICSNOTDEFINED = -123456 |
Default value for undefined time at electronics. | |
This file contains global constants used throughout the GData library, including exit codes and identifier strings.
Definition in file gdataConventions.h.
|
constexpr |
Definition at line 27 of file gdataConventions.h.
|
constexpr |
Definition at line 28 of file gdataConventions.h.
|
constexpr |
Definition at line 25 of file gdataConventions.h.
|
constexpr |
Definition at line 21 of file gdataConventions.h.
|
constexpr |
Definition at line 22 of file gdataConventions.h.
|
constexpr |
Definition at line 23 of file gdataConventions.h.
|
constexpr |
Definition at line 26 of file gdataConventions.h.
|
constexpr |
Definition at line 29 of file gdataConventions.h.
|
constexpr |
Definition at line 30 of file gdataConventions.h.