![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
#include "colony_config.h"
#include <stdint.h>
Go to the source code of this file.
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 | CplLoggingTime_T uint64_t |
Default data type for storing a time-stamp value. | |
Functions | |
CplLoggingTime_T | Cpl::Logging::now () noexcept |
This method returns the application current 'time' value that will be used to time-stamp each individual log entry. | |
#define CplLoggingTime_T uint64_t |
Default data type for storing a time-stamp value.
The units of the value are application specific.