![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This abstract class defines the Subscriber interface - for change notifications - to a Model Points data/state. More...
This abstract class defines the Subscriber interface - for change notifications - to a Model Points data/state.
#include <SubscriberApi.h>
Public Member Functions | |
virtual void | genericModelPointChanged_ (ModelPoint &modelPointThatChanged, SubscriberApi &clientObserver) noexcept=0 |
This method has PACKAGE Scope, i.e. | |
virtual NotificationApi_ * | getNotificationApi_ () const noexcept=0 |
This method has PACKAGE Scope, i.e. | |
virtual void | setModelPoint_ (ModelPoint *modelPoint) noexcept=0 |
This method has PACKAGE Scope, i.e. | |
virtual ModelPoint * | getModelPoint_ () noexcept=0 |
This method has PACKAGE Scope, i.e. | |
virtual int | getState_ () const noexcept=0 |
This method has PACKAGE Scope, i.e. | |
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 void | setSequenceNumber_ (uint16_t newSeqNumber) 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. | |
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. | |
|
inlinevirtual |
Virtual destructor.
|
pure virtualnoexcept |
This method has PACKAGE Scope, i.e.
it is intended to be ONLY accessible by other classes in the Cpl::Dm namespace. The Application should NEVER call this method.
This method is the client's callback function for a MP change notification. This method is called in as part of the asynchronous notification mechanism of the subscriber's Mailbox Server, i.e. executes in the thread associated m_mailBoxHdl
Implemented in Cpl::Dm::Subscriber< MP >, Cpl::Dm::Subscriber< Ajax::Dm::MpAlert >, Cpl::Dm::Subscriber< Ajax::Dm::MpAlertSummary >, Cpl::Dm::Subscriber< Ajax::Dm::MpFanMode >, Cpl::Dm::Subscriber< Ajax::ScreenMgr::MpScreenApiPtr >, Cpl::Dm::Subscriber< Ajax::ScreenMgr::MpStaticScreenApiPtr >, Cpl::Dm::Subscriber< Cpl::Dm::ModelPoint >, Cpl::Dm::Subscriber< Cpl::Dm::Mp::ArrayInt32< 2 > >, Cpl::Dm::Subscriber< Cpl::Dm::Mp::Bool >, Cpl::Dm::Subscriber< Cpl::Dm::Mp::Int32 >, and Cpl::Dm::Subscriber< Cpl::Dm::Mp::Uint32 >.
|
pure virtualnoexcept |
This method has PACKAGE Scope, i.e.
it is intended to be ONLY accessible by other classes in the Cpl::Dm namespace. The Application should NEVER call this method.
This method is use to get the Subscriber's Model Point reference.
Note: If this method is called BEFORE the setModelPoint() method is called then a Fatal Error will be generated.
Implemented in Cpl::Dm::SubscriberBase.
|
pure virtualnoexcept |
This method has PACKAGE Scope, i.e.
it is intended to be ONLY accessible by other classes in the Cpl::Dm namespace. The Application should NEVER call this method.
This method returns a pointer to the Subscriber's mailbox
Implemented in Cpl::Dm::SubscriberBase.
|
pure virtualnoexcept |
This method has PACKAGE Scope, i.e.
it is intended to be ONLY accessible by other classes in the Cpl::Dm namespace. The Application should NEVER call this method.
This method is use to get the Subscriber's sequence number
Implemented in Cpl::Dm::SubscriberBase.
|
pure virtualnoexcept |
This method has PACKAGE Scope, i.e.
it is intended to be ONLY accessible by other classes in the Cpl::Dm namespace. The Application should NEVER call this method.
This method is use to get the Subscriber's internal state
Implemented in Cpl::Dm::SubscriberBase.
|
pure virtualnoexcept |
This method has PACKAGE Scope, i.e.
it is intended to be ONLY accessible by other classes in the Cpl::Dm namespace. The Application should NEVER call this method.
This method is use to set the Subscriber's Model Point reference
Implemented in Cpl::Dm::SubscriberBase.
|
pure virtualnoexcept |
This method has PACKAGE Scope, i.e.
it is intended to be ONLY accessible by other classes in the Cpl::Dm namespace. The Application should NEVER call this method.
This method is use to set the Subscriber's sequence number
Implemented in Cpl::Dm::SubscriberBase.
|
pure virtualnoexcept |
This method has PACKAGE Scope, i.e.
it is intended to be ONLY accessible by other classes in the Cpl::Dm namespace. The Application should NEVER call this method.
This method is use to set the Subscriber's internal state
Implemented in Cpl::Dm::SubscriberBase.