1#ifndef Cpl_Dm_ModelDatabaseApi_h_
2#define Cpl_Dm_ModelDatabaseApi_h_
100 virtual
bool fromJSON( const
char* src,
Cpl::Text::String* errorMsg=0,
ModelPoint** retMp = 0, uint16_t* retSequenceNumber=0 ) noexcept = 0;
This class defines the basic operations that can be performed on a Model Base.
Definition ModelDatabaseApi.h:32
virtual bool fromJSON(const char *src, Cpl::Text::String *errorMsg=0, ModelPoint **retMp=0, uint16_t *retSequenceNumber=0) noexcept=0
This method attempts to convert the null terminated JSON formated 'src' string to its binary format a...
virtual ModelPoint * lookupModelPoint(const char *modelPointName) noexcept=0
This method looks-up the model point instance by name and returns a pointer to the instance.
virtual ModelPoint * getNextByName(ModelPoint ¤tModelPoint) noexcept=0
This method returns the next (in sorted order) Model Point in the Database.
virtual ModelPoint * getFirstByName() noexcept=0
This method returns a pointer to the first Model Point in the Database.
This mostly abstract class defines the interface for a Model Point.
Definition ModelPoint.h:46
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20