GM6000 Digital Heater Controller Branch: main
SDX-1330
Classes | Namespaces | Macros
Array.h File Reference
#include "Cpl/Dm/ModelPointCommon_.h"
Include dependency graph for Array.h:
This graph shows which files directly or indirectly include this file:

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

Class Documentation

◆ Cpl::Dm::Mp::ArrayBase_::MetaData_T

struct Cpl::Dm::Mp::ArrayBase_::MetaData_T

Meta data for read/write/copy operations.

Class Members
size_t elemIndex Starting array index.
uint8_t * elemPtr Pointer to the 1st element in the array to read/write.
size_t numElements Number of element to read/write.

Macro Definition Documentation

◆ OPTION_CPL_DM_MP_ARRAY_TEMP_ARRAY_NUM_ELEMENTS

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