GM6000 Digital Heater Controller Branch: main
SDX-1330
Classes | Namespaces | Macros
ModelDatabase.h File Reference
#include "colony_config.h"
#include "Cpl/Dm/ModelDatabaseApi.h"
#include "Cpl/System/Mutex.h"
#include "Cpl/Container/SList.h"
#include "Cpl/Json/Arduino.h"
Include dependency graph for ModelDatabase.h:
This graph shows which files directly or indirectly include this file:

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.
 

Macro Definition Documentation

◆ OPTION_CPL_DM_MODEL_DATABASE_MAX_CAPACITY_JSON_DOC

#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.