| 
    MagAO-X
    
   | 
   ||||
   
  | 
 
INDI Driver Start log entry. More...
#include <indidriver_start.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 const flatlogs::eventCodeT | eventCode = eventCodes::INDIDRIVER_START | 
| 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_start.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 indidriver_start.hpp.
      
  | 
  inlinestaticinherited | 
Definition at line 81 of file empty_log.hpp.
      
  | 
  static | 
The default level.
Definition at line 29 of file indidriver_start.hpp.
      
  | 
  static | 
The event code.
Definition at line 26 of file indidriver_start.hpp.