![]() |
GM6000 Digital Heater Controller Build: 20 (Branch = develop)
SDX-1330
|
#include "Cpl/Logging/TimeApi.h"#include "Cpl/Persistent/Payload.h"#include <stdint.h>#include <string.h>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. | |
| #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.
The size does NOT include the space reserved for the null terminator
| #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_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