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