MagAO-X
Operations Applications Utilities Source
logCodes.hpp
Go to the documentation of this file.
1 #ifndef logger_logCodes_hpp
2 #define logger_logCodes_hpp
3 #include <flatlogs/flatlogs.hpp>
4 namespace MagAOX
5 {
6 namespace logger
7 {
8 namespace eventCodes
9 {
10  constexpr static flatlogs::eventCodeT GIT_STATE = 0;
11  constexpr static flatlogs::eventCodeT TEXT_LOG = 10;
12  constexpr static flatlogs::eventCodeT USER_LOG = 11;
13  constexpr static flatlogs::eventCodeT STATE_CHANGE = 20;
14  constexpr static flatlogs::eventCodeT SOFTWARE_LOG = 50;
15  constexpr static flatlogs::eventCodeT INDIDRIVER_START = 140;
16  constexpr static flatlogs::eventCodeT INDIDRIVER_STOP = 141;
17  constexpr static flatlogs::eventCodeT LOOP_CLOSED = 1001;
18  constexpr static flatlogs::eventCodeT LOOP_PAUSED = 1002;
19  constexpr static flatlogs::eventCodeT LOOP_OPEN = 1003;
20  constexpr static flatlogs::eventCodeT PDU_OUTLET_STATE = 12001;
21  constexpr static flatlogs::eventCodeT FXNGEN_PARAMS = 12100;
22 }
23 }
24 }
25 #endif
static constexpr flatlogs::eventCodeT USER_LOG
Definition: logCodes.hpp:12
static constexpr flatlogs::eventCodeT PDU_OUTLET_STATE
Definition: logCodes.hpp:20
static constexpr flatlogs::eventCodeT STATE_CHANGE
Definition: logCodes.hpp:13
static constexpr flatlogs::eventCodeT LOOP_PAUSED
Definition: logCodes.hpp:18
static constexpr flatlogs::eventCodeT LOOP_OPEN
Definition: logCodes.hpp:19
static constexpr flatlogs::eventCodeT INDIDRIVER_START
Definition: logCodes.hpp:15
static constexpr flatlogs::eventCodeT SOFTWARE_LOG
Definition: logCodes.hpp:14
static constexpr flatlogs::eventCodeT LOOP_CLOSED
Definition: logCodes.hpp:17
static constexpr flatlogs::eventCodeT FXNGEN_PARAMS
Definition: logCodes.hpp:21
Flatlogs single include file.
uint16_t eventCodeT
The type of an event code (16-bit unsigned int).
Definition: logDefs.hpp:38
static constexpr flatlogs::eventCodeT INDIDRIVER_STOP
Definition: logCodes.hpp:16
static constexpr flatlogs::eventCodeT TEXT_LOG
Definition: logCodes.hpp:11
static constexpr flatlogs::eventCodeT GIT_STATE
Definition: logCodes.hpp:10