![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
Defines the content of the Log entry. More...
Defines the content of the Log entry.
#include <EntryData_T.h>
Public Member Functions | |
EntryData_T () | |
Constructor. | |
size_t | getData (void *dst, size_t maxDstLen) noexcept |
See Cpl::Persistent::Payload (manual copy ensure no pad bytes are copied) | |
bool | putData (const void *src, size_t srcLen) noexcept |
See Cpl::Persistent::Payload. | |
![]() | |
virtual | ~Payload () |
Virtual destructor. | |
Public Attributes | |
CplLoggingTime_T | timestamp |
Time-stamp for the entry. | |
uint32_t | category |
Category identifier. | |
uint16_t | msgId |
Message type enumeration identifier. | |
char | msgText [OPTION_CPL_LOGGING_MAX_MSG_TEXT_LEN+1] |
The 'text' associated with log entry. | |
Static Public Attributes | |
static constexpr unsigned | entryLen = sizeof( timestamp ) + sizeof( category ) + sizeof( msgId ) + sizeof( msgText ) |
Total 'packed' length. | |
|
inline |
Constructor.
|
inlinevirtualnoexcept |
See Cpl::Persistent::Payload (manual copy ensure no pad bytes are copied)
Implements Cpl::Persistent::Payload.
|
inlinevirtualnoexcept |
Implements Cpl::Persistent::Payload.
uint32_t Cpl::Logging::EntryData_T::category |
Category identifier.
|
staticconstexpr |
Total 'packed' length.
uint16_t Cpl::Logging::EntryData_T::msgId |
Message type enumeration identifier.
char Cpl::Logging::EntryData_T::msgText[OPTION_CPL_LOGGING_MAX_MSG_TEXT_LEN+1] |
The 'text' associated with log entry.
CplLoggingTime_T Cpl::Logging::EntryData_T::timestamp |
Time-stamp for the entry.