senf::ppi::EventManager Class Reference

Event registry and control. More...

#include <senf/PPI/EventManager.hh>

List of all members.


Detailed Description

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 48 of file EventManager.hh.


Public Member Functions

ClockService::clock_type  now ()
  Current time at last event dispatch.
ClockService::clock_type  time ()
  Expected time of the last event.

Structors and default members

static EventManager instance ()

Member Function Documentation

senf::ppi::EventManager & senf::ppi::EventManager::
instance ()

Definition at line 36 of file EventManager.cci.

senf::ClockService::clock_type senf::ppi::EventManager::
now ()

Current time at last event dispatch.

Definition at line 42 of file EventManager.cci.

senf::ClockService::clock_type senf::ppi::EventManager::
time ()

Expected time of the last event.

Definition at line 47 of file EventManager.cci.


The documentation for this class was generated from the following files: