gdata
gdataConventions.h
Go to the documentation of this file.
1 #ifndef GDATA_H_CONVENTIONS
2 #define GDATA_H_CONVENTIONS 1
3 
22 constexpr int EC__GSDETECTORNOTFOUND = 601;
23 constexpr int EC__VARIABLENOTFOUND = 602;
24 constexpr int EC__WRONGPAYLOAD = 603;
25 
26 constexpr const char* CRATESTRINGID = "crate";
27 constexpr const char* SLOTSTRINGID = "slot";
28 constexpr const char* CHANNELSTRINGID = "channel";
29 constexpr const char* CHARGEATELECTRONICS = "chargeAtElectronics";
30 constexpr const char* TIMEATELECTRONICS = "timeAtElectronics";
31 constexpr int TIMEATELECTRONICSNOTDEFINED = -123456;
32 
33 #endif
constexpr const char * TIMEATELECTRONICS
Identifier for time at electronics.
constexpr int EC__GSDETECTORNOTFOUND
Exit code when a detector is not found.
constexpr const char * CRATESTRINGID
Identifier for crate.
constexpr int EC__WRONGPAYLOAD
Exit code when a payload is of the wrong size.
constexpr const char * CHANNELSTRINGID
Identifier for channel.
constexpr const char * SLOTSTRINGID
Identifier for slot.
constexpr int TIMEATELECTRONICSNOTDEFINED
Default value for undefined time at electronics.
constexpr int EC__VARIABLENOTFOUND
Exit code when a variable is not found.
constexpr const char * CHARGEATELECTRONICS
Identifier for charge at electronics.