![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
#include "Cpl/Dm/ModelPointCommon_.h"
Go to the source code of this file.
Classes | |
class | Cpl::Dm::Mp::ArrayBase_ |
This a mostly concrete class provides 'common' implementation for a Model Point who's data is a array of elements. More... | |
struct | Cpl::Dm::Mp::ArrayBase_::MetaData_T |
Meta data for read/write/copy operations. More... | |
class | Cpl::Dm::Mp::NumericArrayBase_< ELEMTYPE > |
This template class extends the implementation of ArrayBase_ to support the toJSON() and fromJSON_() methods for numeric element types. More... | |
class | Cpl::Dm::Mp::NumericArray_< ELEMTYPE, NUMELEMS, MPTYPE > |
This mostly concrete template class implements an 'numeric Array' Model Point with an element size of N. More... | |
class | Cpl::Dm::Mp::ArrayUint8< N > |
uint8_t Array More... | |
class | Cpl::Dm::Mp::ArrayUint32< N > |
uint32_t Array More... | |
class | Cpl::Dm::Mp::ArrayUint64< N > |
uint64_t Array More... | |
class | Cpl::Dm::Mp::ArrayInt8< N > |
int8_t Array More... | |
class | Cpl::Dm::Mp::ArrayInt32< N > |
int32_t Array More... | |
class | Cpl::Dm::Mp::ArrayInt64< N > |
int64_t Array More... | |
class | Cpl::Dm::Mp::ArrayFloat< N > |
float Array More... | |
class | Cpl::Dm::Mp::ArrayDouble< N > |
double Array 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. | |
namespace | Cpl::Dm::Mp |
The Mp namespace provides concrete Model Points for basic C types and other generic/utility Model Points. | |
Macros | |
#define | OPTION_CPL_DM_MP_ARRAY_TEMP_ARRAY_NUM_ELEMENTS 8 |
The number of Elements in the temporary array (that is allocated on the STACK) when parsing the array elements in the fromJSON_() method. | |
struct Cpl::Dm::Mp::ArrayBase_::MetaData_T |
#define OPTION_CPL_DM_MP_ARRAY_TEMP_ARRAY_NUM_ELEMENTS 8 |
The number of Elements in the temporary array (that is allocated on the STACK) when parsing the array elements in the fromJSON_() method.