1#ifndef Cpl_Dm_SubscriberApi_h_
2#define Cpl_Dm_SubscriberApi_h_
27class NotificationApi_;
88 virtual
void setState_(
int newState ) noexcept = 0;
This class is used by the Container classes to implement a various types of DOUBLY linked containers.
Definition Item.h:91
This mostly abstract class defines the interface for a Model Point.
Definition ModelPoint.h:46
This class has PACKAGE Scope, i.e.
Definition NotificationApi_.h:30
This abstract class defines the Subscriber interface - for change notifications - to a Model Points d...
Definition SubscriberApi.h:34
virtual void setState_(int newState) noexcept=0
This method has PACKAGE Scope, i.e.
virtual uint16_t getSequenceNumber_() const noexcept=0
This method has PACKAGE Scope, i.e.
virtual int getState_() const noexcept=0
This method has PACKAGE Scope, i.e.
virtual void setSequenceNumber_(uint16_t newSeqNumber) noexcept=0
This method has PACKAGE Scope, i.e.
virtual NotificationApi_ * getNotificationApi_() const noexcept=0
This method has PACKAGE Scope, i.e.
virtual void genericModelPointChanged_(ModelPoint &modelPointThatChanged, SubscriberApi &clientObserver) noexcept=0
This method has PACKAGE Scope, i.e.
virtual ModelPoint * getModelPoint_() noexcept=0
This method has PACKAGE Scope, i.e.
virtual void setModelPoint_(ModelPoint *modelPoint) noexcept=0
This method has PACKAGE Scope, i.e.
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20