INDI Driver Start log entry. More...
#include <indidriver_stop.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 bool | verify (flatlogs::bufferPtrT &logBuff, flatlogs::msgLenT len) |
static std::string | msgString (void *msgBuffer, flatlogs::msgLenT len) |
static std::string | msgJSON (void *msgBuffer, flatlogs::msgLenT len, const uint8_t *binarySchema, const unsigned int binarySchemaLength) |
Static Public Attributes | |
static const flatlogs::eventCodeT | eventCode = eventCodes::INDIDRIVER_STOP |
The event code. More... | |
static const flatlogs::logPrioT | defaultLevel = flatlogs::logPrio::LOG_INFO |
The default level. More... | |
INDI Driver Start log entry.
Definition at line 23 of file indidriver_stop.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.
[out] | msg | an emptyMessage to which nothing is done. |
[in] | msgBuffer | the empty buffer. Is ignored. |
[in] | 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.
[out] | msgBuffer | the buffer, which is ignored. |
[in] | 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 indidriver_stop.hpp.
|
inlinestaticinherited |
[in] | msgBuffer | Buffer containing the flatbuffer serialized message. |
[in] | len | [unused] length of msgBuffer. |
[in] | binarySchema | [unused] |
[in] | binarySchemaLength | [unused] |
Definition at line 97 of file empty_log.hpp.
|
inlinestaticinherited |
Definition at line 89 of file empty_log.hpp.
|
inlinestaticinherited |
[in] | logBuff | Buffer containing the flatbuffer serialized message. |
[in] | len | length of msgBuffer. |
Definition at line 81 of file empty_log.hpp.
|
static |
The default level.
Definition at line 29 of file indidriver_stop.hpp.
|
static |
The event code.
Definition at line 26 of file indidriver_stop.hpp.