1#ifndef Cpl_Dm_Mp_Uint64_h_
2#define Cpl_Dm_Mp_Uint64_h_
53 :
Numeric<uint64_t,
Uint64>( myModelBase, symbolicName, initialValue )
66 return "Cpl::Dm::Mp::Uint64";
This concrete class implements a simple Model Database.
Definition ModelDatabase.h:56
This template class provides a mostly concrete implementation for a Model Point who's data is a C num...
Definition Numeric.h:64
This class provides a concrete implementation for a Point who's data is a uint64_t.
Definition Uint64.h:42
Uint64(Cpl::Dm::ModelDatabase &myModelBase, const char *symbolicName)
Constructor.
Definition Uint64.h:46
Uint64(Cpl::Dm::ModelDatabase &myModelBase, const char *symbolicName, uint64_t initialValue)
Constructor. Valid MP. Requires an initial value.
Definition Uint64.h:52
const char * getTypeAsText() const noexcept
See Cpl::Dm::ModelPoint.
Definition Uint64.h:64
Cpl::Dm::Subscriber< Uint64 > Observer
Type safe subscriber.
Definition Uint64.h:59
This template class defines a type safe Subscriber.
Definition Subscriber.h:82
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20