Event registry and control. More...
#include <senf/PPI/EventManager.hh>
Public Member Functions | |
ClockService::clock_type const & | now () |
Current time at last event dispatch. More... | |
ClockService::clock_type const & | time () |
Expected time of the last event. More... | |
Structors and default members | |
static EventManager & | instance () |
static bool | alive () |
Event registry and control.
The EventManager control event registration and manages global event parameters. The EventManager controls event dispatch but does not control event generation. This is the responsibility of an external component (the Scheduler)
Definition at line 40 of file EventManager.hh.
|
static |
|
static |
ClockService::clock_type const& senf::ppi::EventManager::now | ( | ) |
Current time at last event dispatch.
ClockService::clock_type const& senf::ppi::EventManager::time | ( | ) |
Expected time of the last event.