![]() |
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::Persistent |
The 'Persistent' namespace provides a basic persistent storage mechanism for non-volatile data. | |
Macros | |
#define | OPTION_CPL_PERSISTENT_WORK_BUFFER_SIZE 1024 |
The number of bytes of the 'work-buffer'. | |
Variables | |
uint8_t | Cpl::Persistent::g_workBuffer_ [OPTION_CPL_PERSISTENT_WORK_BUFFER_SIZE] |
This PACKAGE SCOPED buffer is a singleton that is available as 'work buffer' for Chunk and Record instance to use WHEN executing in the RecordServer's thread. | |
#define OPTION_CPL_PERSISTENT_WORK_BUFFER_SIZE 1024 |
The number of bytes of the 'work-buffer'.