#include <senf/PPI/IntervalTimer.hh>
Information passed to the IntervalTimer event handler
Definition at line 44 of file IntervalTimer.hh.
Public Attributes |
|
ClockService::clock_type | expected |
Scheduled event time. |
|
ClockService::clock_type | intervalStart |
Start of the current time interval. |
|
unsigned | number |
Number of the current event within the interval. |
ClockService::clock_type senf::ppi::IntervalTimerEventInfo:: | ||||
expected | ||||
Scheduled event time.
Definition at line 46 of file IntervalTimer.hh.
ClockService::clock_type senf::ppi::IntervalTimerEventInfo:: | ||||
intervalStart | ||||
Start of the current time interval.
Definition at line 47 of file IntervalTimer.hh.
unsigned senf::ppi::IntervalTimerEventInfo:: | ||||
number | ||||
Number of the current event within the interval.
Definition at line 48 of file IntervalTimer.hh.