![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This mostly concrete class defines the Subscriber interface - for change notifications - to a Model Points data/state. More...
This mostly concrete class defines the Subscriber interface - for change notifications - to a Model Points data/state.
#include <Subscriber.h>
Public Member Functions | |
SubscriberBase (Cpl::Dm::EventLoop &myEventLoop) | |
Constructor. | |
NotificationApi_ * | getNotificationApi_ () const noexcept |
See Cpl::Dm::SubscriberApi. | |
void | setModelPoint_ (ModelPoint *modelPoint) noexcept |
See Cpl::Dm::SubscriberApi. | |
ModelPoint * | getModelPoint_ () noexcept |
See Cpl::Dm::SubscriberApi. | |
int | getState_ () const noexcept |
See Cpl::Dm::SubscriberApi. | |
void | setState_ (int newState) noexcept |
See Cpl::Dm::SubscriberApi. | |
uint16_t | getSequenceNumber_ () const noexcept |
See Cpl::Dm::SubscriberApi. | |
void | setSequenceNumber_ (uint16_t newSeqNumber) noexcept |
See Cpl::Dm::SubscriberApi. | |
![]() | |
virtual void | genericModelPointChanged_ (ModelPoint &modelPointThatChanged, SubscriberApi &clientObserver) noexcept=0 |
This method has PACKAGE Scope, i.e. | |
virtual | ~SubscriberApi () |
Virtual destructor. | |
![]() | |
bool | insert_ (void *newContainerPtr) |
Helper method to trap when inserting an item in multiple containers. | |
bool | isInContainer_ (const void *containerPtr) const noexcept |
Returns 'true' if the instance is in the specified container. | |
Protected Attributes | |
int | m_state |
Internal state of the subscriber. Note: The state is actual managed by the Model Point. | |
ModelPoint * | m_point |
Pointer to the Model Point the instance is subscribed to. | |
Cpl::Dm::EventLoop & | m_eventLoopHdl |
Reference to subscriber's EventFlag/Mailbox server. | |
uint16_t | m_seqNumber |
Sequence number of the subscriber. | |
Additional Inherited Members | |
![]() | |
static void | remove_ (Item *itemPtr) noexcept |
Helper method to do the proper 'clean-up' for the multiple-containers-error-trap when removing an item from a container. | |
![]() | |
void * | m_prevPtr_ |
The previous link field. | |
![]() | |
void * | m_nextPtr_ |
The link field. | |
void * | m_inListPtr_ |
Debug field. | |
![]() | |
ExtendedItem () | |
Constructor. | |
ExtendedItem (const char *ignoreThisParameter_usedToCreateAUniqueConstructor) | |
Constructor used ONLY with the child class MapItem: -->special constructor to allow a Map to be statically allocated. | |
![]() | |
Item () | |
Constructor. | |
Item (const char *) | |
Constructor used ONLY with the child class MapItem: -->special constructor to allow a Map to be statically allocated. | |
Cpl::Dm::SubscriberBase::SubscriberBase | ( | Cpl::Dm::EventLoop & | myEventLoop | ) |
Constructor.
|
virtualnoexcept |
Implements Cpl::Dm::SubscriberApi.
|
virtualnoexcept |
Implements Cpl::Dm::SubscriberApi.
|
virtualnoexcept |
Implements Cpl::Dm::SubscriberApi.
|
virtualnoexcept |
Implements Cpl::Dm::SubscriberApi.
|
virtualnoexcept |
Implements Cpl::Dm::SubscriberApi.
|
virtualnoexcept |
Implements Cpl::Dm::SubscriberApi.
|
virtualnoexcept |
Implements Cpl::Dm::SubscriberApi.
|
protected |
Reference to subscriber's EventFlag/Mailbox server.
|
protected |
Pointer to the Model Point the instance is subscribed to.
|
protected |
Sequence number of the subscriber.
|
protected |
Internal state of the subscriber. Note: The state is actual managed by the Model Point.