senf::ppi::IntervalTimerEventInfo Struct Reference

IntervalTimer event information. More...

#include <senf/PPI/IntervalTimer.hh>

List of all members.


Detailed Description

IntervalTimer event information.

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.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: