1#ifndef Cpl_Dm_Subscriber_h_
2#define Cpl_Dm_Subscriber_h_
This class extends the Cpl::System::EventLoop class to support the asynchronous change notification g...
Definition EventLoop.h:44
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
This mostly concrete class defines the Subscriber interface - for change notifications - to a Model P...
Definition Subscriber.h:32
ModelPoint * getModelPoint_() noexcept
See Cpl::Dm::SubscriberApi.
uint16_t m_seqNumber
Sequence number of the subscriber.
Definition Subscriber.h:44
Cpl::Dm::EventLoop & m_eventLoopHdl
Reference to subscriber's EventFlag/Mailbox server.
Definition Subscriber.h:41
int getState_() const noexcept
See Cpl::Dm::SubscriberApi.
ModelPoint * m_point
Pointer to the Model Point the instance is subscribed to.
Definition Subscriber.h:38
void setModelPoint_(ModelPoint *modelPoint) noexcept
See Cpl::Dm::SubscriberApi.
void setState_(int newState) noexcept
See Cpl::Dm::SubscriberApi.
void setSequenceNumber_(uint16_t newSeqNumber) noexcept
See Cpl::Dm::SubscriberApi.
NotificationApi_ * getNotificationApi_() const noexcept
See Cpl::Dm::SubscriberApi.
uint16_t getSequenceNumber_() const noexcept
See Cpl::Dm::SubscriberApi.
int m_state
Internal state of the subscriber. Note: The state is actual managed by the Model Point.
Definition Subscriber.h:35
SubscriberBase(Cpl::Dm::EventLoop &myEventLoop)
Constructor.
This template class defines a type safe Subscriber.
Definition Subscriber.h:82
void genericModelPointChanged_(ModelPoint &modelPointThatChanged, SubscriberApi &clientObserver) noexcept
See Cpl::Dm::SubscriberApi.
Definition Subscriber.h:93
virtual void modelPointChanged(MP &modelPointThatChanged, SubscriberApi &clientObserver) noexcept=0
Type safe change notification. See Cpl::Dm::SubscriberApi.
Subscriber(Cpl::Dm::EventLoop &myEventLoop)
Constructor.
Definition Subscriber.h:89
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20