10 #ifndef logger_types_state_change_hpp 11 #define logger_types_state_change_hpp 13 #include "../../app/stateCodes.hpp" 55 static_cast<void>(len);
68 #endif //logger_types_state_change_hpp static const flatlogs::logPrioT defaultLevel
const MagAOX::logger::State_change_fb * GetState_change_fb(const void *buf)
static std::string msgString(void *msgBuffer, flatlogs::msgLenT len)
Format the message for text output, including translation of state codes to text form.
static constexpr logPrioT LOG_INFO
Informational. The info log level is the lowest level recorded during normal operations.
static std::string codeText(stateCodeT stateCode)
Get an ASCII string corresponding to an application stateCode.
static constexpr flatlogs::eventCodeT STATE_CHANGE
The MagAO-X logger flatbuffer log base type.
Application State Change.
Base class for logs consisting of a flatbuffer message.
int8_t logPrioT
The type of the log priority code.
static const flatlogs::eventCodeT eventCode
flatbuffers::FlatBufferBuilder builder
msgLen2T msgLenT
The type used to refer to the message length, regardless of length.
messageT(int16_t from, int16_t to)
Message type for resolving log messages with a f.b. builder.
flatbuffers::Offset< State_change_fb > CreateState_change_fb(flatbuffers::FlatBufferBuilder &_fbb, int16_t from=0, int16_t to=0)
uint16_t eventCodeT
The type of an event code (16-bit unsigned int).