1#ifndef Ajax_Alerts_Summary_h_
2#define Ajax_Alerts_Summary_h_
This class manages the content of the Alert Summary model point.
Definition Summary.h:32
Ajax::Dm::MpAlert ** m_alertList
Array of Alert Model Point pointers.
Definition Summary.h:64
bool m_opened
open/close state
Definition Summary.h:70
void alertChanged(Ajax::Dm::MpAlert &mpThatChanged, Cpl::Dm::SubscriberApi &clientObserver) noexcept
Change notification: Alerts.
Cpl::Dm::SubscriberComposer< Summary, Ajax::Dm::MpAlert > AlertObserver
Convenience type.
Definition Summary.h:35
void request(CloseMsg &msg)
Shutdowns the component.
Summary(Cpl::Dm::MailboxServer &myMbox, Ajax::Dm::MpAlert *alertList[])
Constructor.
AlertComposerMemory m_observers[Ajax::Type::Alert::NUM_ALERTS]
Observer for change notifications.
Definition Summary.h:61
Cpl::Memory::AlignedClass< AlertObserver > AlertComposerMemory
Type for allocating memory for Alert Observer composer instances.
Definition Summary.h:38
void request(OpenMsg &msg)
Starts the component.
Cpl::Dm::EventLoop & m_eventLoop
Reference to the Event loop (needed when constructing Observers)
Definition Summary.h:67
This class provides a concrete implementation for a basic Alert that has following attributes:
Definition MpAlert.h:55
This class extends the Cpl::System::EventLoop class to support the asynchronous change notification g...
Definition EventLoop.h:44
This class extends the Cpl::Dm::EventLoop and Cpl::Itc:Mailbox classes to support the asynchronous ch...
Definition MailboxServer.h:43
This abstract class defines the Subscriber interface - for change notifications - to a Model Points d...
Definition SubscriberApi.h:34
This template class is a composer pattern/class that manages the callback function for a Model Point'...
Definition SubscriberComposer.h:37
This partially concrete class implements the synchronous ITC close call for the CloseApi.
Definition CloseSync.h:34
This template class represents a service request message to a particular server.
Definition RequestMessage.h:34
The 'Ajax' namespace is the root name space all GM6000 application specific source code.
This type is used to create a memory block that is large enough to hold the memory footprint of ONE i...
Definition Aligned.h:47