MagAO-X
Operations Applications Utilities Source
MagAOX::logger::eventCodes Namespace Reference

Variables

static constexpr flatlogs::eventCodeT GIT_STATE = 0
 
static constexpr flatlogs::eventCodeT TEXT_LOG = 10
 
static constexpr flatlogs::eventCodeT USER_LOG = 11
 
static constexpr flatlogs::eventCodeT STATE_CHANGE = 20
 
static constexpr flatlogs::eventCodeT SOFTWARE_LOG = 50
 
static constexpr flatlogs::eventCodeT INDIDRIVER_START = 140
 
static constexpr flatlogs::eventCodeT INDIDRIVER_STOP = 141
 
static constexpr flatlogs::eventCodeT LOOP_CLOSED = 1001
 
static constexpr flatlogs::eventCodeT LOOP_PAUSED = 1002
 
static constexpr flatlogs::eventCodeT LOOP_OPEN = 1003
 
static constexpr flatlogs::eventCodeT PDU_OUTLET_STATE = 12001
 
static constexpr flatlogs::eventCodeT FXNGEN_PARAMS = 12100
 

Variable Documentation

◆ FXNGEN_PARAMS

constexpr flatlogs::eventCodeT MagAOX::logger::eventCodes::FXNGEN_PARAMS = 12100
static

Definition at line 21 of file logCodes.hpp.

◆ GIT_STATE

constexpr flatlogs::eventCodeT MagAOX::logger::eventCodes::GIT_STATE = 0
static

Definition at line 10 of file logCodes.hpp.

◆ INDIDRIVER_START

constexpr flatlogs::eventCodeT MagAOX::logger::eventCodes::INDIDRIVER_START = 140
static

Definition at line 15 of file logCodes.hpp.

◆ INDIDRIVER_STOP

constexpr flatlogs::eventCodeT MagAOX::logger::eventCodes::INDIDRIVER_STOP = 141
static

Definition at line 16 of file logCodes.hpp.

◆ LOOP_CLOSED

constexpr flatlogs::eventCodeT MagAOX::logger::eventCodes::LOOP_CLOSED = 1001
static

Definition at line 17 of file logCodes.hpp.

◆ LOOP_OPEN

constexpr flatlogs::eventCodeT MagAOX::logger::eventCodes::LOOP_OPEN = 1003
static

Definition at line 19 of file logCodes.hpp.

◆ LOOP_PAUSED

constexpr flatlogs::eventCodeT MagAOX::logger::eventCodes::LOOP_PAUSED = 1002
static

Definition at line 18 of file logCodes.hpp.

◆ PDU_OUTLET_STATE

constexpr flatlogs::eventCodeT MagAOX::logger::eventCodes::PDU_OUTLET_STATE = 12001
static

Definition at line 20 of file logCodes.hpp.

◆ SOFTWARE_LOG

constexpr flatlogs::eventCodeT MagAOX::logger::eventCodes::SOFTWARE_LOG = 50
static

Definition at line 14 of file logCodes.hpp.

◆ STATE_CHANGE

constexpr flatlogs::eventCodeT MagAOX::logger::eventCodes::STATE_CHANGE = 20
static

Definition at line 13 of file logCodes.hpp.

◆ TEXT_LOG

constexpr flatlogs::eventCodeT MagAOX::logger::eventCodes::TEXT_LOG = 10
static

Definition at line 11 of file logCodes.hpp.

◆ USER_LOG

constexpr flatlogs::eventCodeT MagAOX::logger::eventCodes::USER_LOG = 11
static

Definition at line 12 of file logCodes.hpp.