MagAO-X
Operations Applications Utilities Source
MagAOX::logger::loop_open Struct Reference

Loop Open event log. More...

#include <loop_open.hpp>

Inheritance diagram for MagAOX::logger::loop_open:
Inheritance graph
Collaboration diagram for MagAOX::logger::loop_open:
Collaboration graph

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...
 

Detailed Description

Loop Open event log.

Definition at line 23 of file loop_open.hpp.

Member Typedef Documentation

◆ messageT

The type of the message.

Definition at line 40 of file empty_log.hpp.

Member Function Documentation

◆ extract()

static int MagAOX::logger::empty_log< loop_open >::extract ( messageT msg,
void *  msgBuffer,
flatlogs::msgLenT  len 
)
inlinestaticinherited

Extract the message from a buffer – a no-op since it is an emptyMessage.

Returns
0
Parameters
msgan emptyMessage to which nothing is done.
msgBufferthe empty buffer. Is ignored.
lenignored length of the empty buffer.

Definition at line 68 of file empty_log.hpp.

◆ format()

static int MagAOX::logger::empty_log< loop_open >::format ( void *  msgBuffer,
const messageT msg 
)
inlinestaticinherited

Format the buffer given a message – a no-op since the message is an emptyMessage.

Returns
0
Parameters
msgBufferthe buffer, which is ignored.
msgan emptyMessage.

Definition at line 54 of file empty_log.hpp.

◆ length()

static flatlogs::msgLenT MagAOX::logger::empty_log< loop_open >::length ( const messageT msg)
inlinestaticinherited

Get the length of the message.

Definition at line 43 of file empty_log.hpp.

◆ msg()

static const char* MagAOX::logger::loop_open::msg ( )
inlinestatic

The message string.

Definition at line 32 of file loop_open.hpp.

◆ msgString()

static std::string MagAOX::logger::empty_log< loop_open >::msgString ( void *  msgBuffer,
flatlogs::msgLenT  len 
)
inlinestaticinherited

Definition at line 81 of file empty_log.hpp.

Member Data Documentation

◆ defaultLevel

constexpr flatlogs::logPrioT MagAOX::logger::loop_open::defaultLevel = flatlogs::logPrio::LOG_NOTICE
static

The default level.

Definition at line 29 of file loop_open.hpp.

◆ eventCode

constexpr flatlogs::eventCodeT MagAOX::logger::loop_open::eventCode = eventCodes::LOOP_OPEN
static

The event code.

Definition at line 26 of file loop_open.hpp.


The documentation for this struct was generated from the following file: