10 #ifndef logger_types_pdu_outlet_state_hpp 11 #define logger_types_pdu_outlet_state_hpp 52 static_cast<void>(len);
57 s <<
"Outlet: " << (int) rgs->outlet() <<
" ";
74 #endif //logger_types_pdu_outlet_state_hpp static constexpr flatlogs::eventCodeT PDU_OUTLET_STATE
flatbuffers::Offset< Pdu_outlet_state_fb > CreatePdu_outlet_state_fb(flatbuffers::FlatBufferBuilder &_fbb, uint8_t outlet=0, uint8_t state=0)
const MagAOX::logger::Pdu_outlet_state_fb * GetPdu_outlet_state_fb(const void *buf)
The MagAO-X logger flatbuffer log base type.
Application State Change.
static std::string msgString(void *msgBuffer, flatlogs::msgLenT len)
Format the message for text output, including translation of state codes to text form.
Base class for logs consisting of a flatbuffer message.
int8_t logPrioT
The type of the log priority code.
messageT(uint8_t outlet, uint8_t state)
flatbuffers::FlatBufferBuilder builder
msgLen2T msgLenT
The type used to refer to the message length, regardless of length.
Message type for resolving log messages with a f.b. builder.
static const flatlogs::eventCodeT eventCode
static const flatlogs::logPrioT defaultLevel
uint16_t eventCodeT
The type of an event code (16-bit unsigned int).
static constexpr logPrioT LOG_NOTICE
A normal but significant condition.