![]() |
GM6000 Digital Heater Controller Build: 20 (Branch = develop)
SDX-1330
|
#include "colony_config.h"#include "Cpl/Dm/ModelDatabaseApi.h"#include "Cpl/System/Mutex.h"#include "Cpl/Container/SList.h"#include "Cpl/Json/Arduino.h"Go to the source code of this file.
Classes | |
| class | Cpl::Dm::ModelDatabase |
| This concrete class implements a simple Model Database. More... | |
Namespaces | |
| namespace | Cpl |
| The 'Cpl' namespace is the root name space for the Colony. | |
| namespace | Cpl::Dm |
| The 'Dm' namespace is the root namespace for a framework of the Data Model architecture pattern. | |
Macros | |
| #define | OPTION_CPL_DM_MODEL_DATABASE_MAX_CAPACITY_JSON_DOC (1024*2) |
| This symbol defines the size, in bytes, of a single/global JSON document buffer that is used for the toJSON() and fromJSON() operations. | |
| #define OPTION_CPL_DM_MODEL_DATABASE_MAX_CAPACITY_JSON_DOC (1024*2) |
This symbol defines the size, in bytes, of a single/global JSON document buffer that is used for the toJSON() and fromJSON() operations.
Only one instance of this buffer is allocated.