GM6000 Digital Heater Controller Branch: main
SDX-1330
List of all members | Public Member Functions | Public Attributes | Static Public Attributes
Cpl::Logging::EntryData_T Class Reference

Defines the content of the Log entry. More...

Detailed Description

Defines the content of the Log entry.

#include <EntryData_T.h>

Inheritance diagram for Cpl::Logging::EntryData_T:
[legend]
Collaboration diagram for Cpl::Logging::EntryData_T:
[legend]

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.
 
- Public Member Functions inherited from 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.
 

Constructor & Destructor Documentation

◆ EntryData_T()

Cpl::Logging::EntryData_T::EntryData_T ( )
inline

Constructor.

Member Function Documentation

◆ getData()

size_t Cpl::Logging::EntryData_T::getData ( void *  dst,
size_t  maxDstLen 
)
inlinevirtualnoexcept

See Cpl::Persistent::Payload (manual copy ensure no pad bytes are copied)

Implements Cpl::Persistent::Payload.

◆ putData()

bool Cpl::Logging::EntryData_T::putData ( const void *  src,
size_t  srcLen 
)
inlinevirtualnoexcept

Member Data Documentation

◆ category

uint32_t Cpl::Logging::EntryData_T::category

Category identifier.

◆ entryLen

constexpr unsigned Cpl::Logging::EntryData_T::entryLen = sizeof( timestamp ) + sizeof( category ) + sizeof( msgId ) + sizeof( msgText )
staticconstexpr

Total 'packed' length.

◆ msgId

uint16_t Cpl::Logging::EntryData_T::msgId

Message type enumeration identifier.


◆ msgText

char Cpl::Logging::EntryData_T::msgText[OPTION_CPL_LOGGING_MAX_MSG_TEXT_LEN+1]

The 'text' associated with log entry.

◆ timestamp

CplLoggingTime_T Cpl::Logging::EntryData_T::timestamp

Time-stamp for the entry.


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