GM6000 Digital Heater Controller Branch: main
SDX-1330
Classes | Namespaces | Macros
EntryData_T.h File Reference
#include "Cpl/Logging/TimeApi.h"
#include "Cpl/Persistent/Payload.h"
#include <stdint.h>
#include <string.h>
Include dependency graph for EntryData_T.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Cpl::Logging::EntryData_T
 Defines the content of the Log entry. More...
 

Namespaces

namespace  Cpl
 The 'Cpl' namespace is the root name space for the Colony.
 
namespace  Cpl::Logging
 The 'Logging' namespace provides a framework for Logging events.
 

Macros

#define OPTION_CPL_LOGGING_MAX_MSG_TEXT_LEN   128
 The size, in bytes, reserved to store the text portion of the log entry.
 
#define OPTION_CPL_LOGGING_MAX_LEN_CATEGORY_ID_TEXT   16
 Maximum number of characters in the application CategoryID's enum symbols.
 
#define OPTION_CPL_LOGGING_MAX_LEN_MESSAGE_ID_TEXT   32
 Maximum number of characters in the application MessageID's enum symbols.
 
#define OPTION_CPL_LOGGING_MAX_FORMATTED_MSG_TEXT_LEN   (OPTION_CPL_LOGGING_MAX_MSG_TEXT_LEN+OPTION_CPL_LOGGING_MAX_LEN_CATEGORY_ID_TEXT+1+OPTION_CPL_LOGGING_MAX_LEN_MESSAGE_ID_TEXT+2)
 The size, in bytes, need to 'format' the message text with the 'textified' category and message IDs.
 

Macro Definition Documentation

◆ OPTION_CPL_LOGGING_MAX_FORMATTED_MSG_TEXT_LEN

The size, in bytes, need to 'format' the message text with the 'textified' category and message IDs.

The size does NOT include the space reserved for the null terminator

◆ OPTION_CPL_LOGGING_MAX_LEN_CATEGORY_ID_TEXT

#define OPTION_CPL_LOGGING_MAX_LEN_CATEGORY_ID_TEXT   16

Maximum number of characters in the application CategoryID's enum symbols.

◆ OPTION_CPL_LOGGING_MAX_LEN_MESSAGE_ID_TEXT

#define OPTION_CPL_LOGGING_MAX_LEN_MESSAGE_ID_TEXT   32

Maximum number of characters in the application MessageID's enum symbols.

◆ OPTION_CPL_LOGGING_MAX_MSG_TEXT_LEN

#define OPTION_CPL_LOGGING_MAX_MSG_TEXT_LEN   128

The size, in bytes, reserved to store the text portion of the log entry.

The size does NOT include the space reserved for the null terminator