1#ifndef Cpl_Dm_EventLoop_h_
2#define Cpl_Dm_EventLoop_h_
#define OPTION_CPL_SYSTEM_EVENT_LOOP_TIMEOUT_PERIOD
Specifies the default timeout period for waiting on a event.
Definition EventLoop.h:26
This template class implements a THREAD SAFE Ring Buffer.
Definition RingBufferMT.h:33
This class extends the Cpl::System::EventLoop class to support the asynchronous change notification g...
Definition EventLoop.h:44
virtual void processChangeNotifications() noexcept
This helper method processes pending change notifications.
void addPendingChangingNotification_(SubscriberApi &subscriber) noexcept
This method has PACKAGE Scope, i.e.
void appRun()
See Cpl::System::Runnable.
bool isPendingPendingChangingNotifications() noexcept
This method returns true if there is at least one pending change notification.
void removePendingChangingNotification_(SubscriberApi &subscriber) noexcept
This method has PACKAGE Scope, i.e.
Cpl::Container::DList< SubscriberApi > m_pendingMpNotifications
List of pending Model Point Change Notifications.
Definition EventLoop.h:47
EventLoop(unsigned long timingTickInMsec=OPTION_CPL_SYSTEM_EVENT_LOOP_TIMEOUT_PERIOD, Cpl::System::SharedEventHandlerApi *eventHandler=0) noexcept
Constructor.
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 concrete class is a Runnable object that provides a event driven execution model for a thread.
Definition EventLoop.h:52
This abstract class defines the interface for a Shared Event Handler.
Definition SharedEventHandler.h:30
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20