MagAO-X
|
||||
|
Loop Open event log. More...
#include <loop_open.hpp>
Public Types | |
typedef emptyMessage | messageT |
The type of the message. More... | |
Static Public Member Functions | |
static const char * | msg () |
The message string. More... | |
static flatlogs::msgLenT | length (const messageT &msg) |
Get the length of the message. More... | |
static int | format (void *msgBuffer, const messageT &msg) |
Format the buffer given a message – a no-op since the message is an emptyMessage. More... | |
static int | extract (messageT &msg, void *msgBuffer, flatlogs::msgLenT len) |
Extract the message from a buffer – a no-op since it is an emptyMessage. More... | |
static std::string | msgString (void *msgBuffer, flatlogs::msgLenT len) |
Static Public Attributes | |
static constexpr flatlogs::eventCodeT | eventCode = eventCodes::LOOP_OPEN |
The event code. More... | |
static constexpr flatlogs::logPrioT | defaultLevel = flatlogs::logPrio::LOG_NOTICE |
The default level. More... | |
Loop Open event log.
Definition at line 23 of file loop_open.hpp.
|
inherited |
The type of the message.
Definition at line 40 of file empty_log.hpp.
|
inlinestaticinherited |
Extract the message from a buffer – a no-op since it is an emptyMessage.
msg | an emptyMessage to which nothing is done. |
msgBuffer | the empty buffer. Is ignored. |
len | ignored length of the empty buffer. |
Definition at line 68 of file empty_log.hpp.
|
inlinestaticinherited |
Format the buffer given a message – a no-op since the message is an emptyMessage.
msgBuffer | the buffer, which is ignored. |
msg | an emptyMessage. |
Definition at line 54 of file empty_log.hpp.
|
inlinestaticinherited |
Get the length of the message.
Definition at line 43 of file empty_log.hpp.
|
inlinestatic |
The message string.
Definition at line 32 of file loop_open.hpp.
|
inlinestaticinherited |
Definition at line 81 of file empty_log.hpp.
|
static |
The default level.
Definition at line 29 of file loop_open.hpp.
|
static |
The event code.
Definition at line 26 of file loop_open.hpp.