Robot Raconteur Core C++ Library
Loading...
Searching...
No Matches
RobotRaconteur::TimerEvent Struct Reference

Timer event structure. More...

#include <Timer.h>

Public Attributes

bool stopped
 true if timer has been stopped
boost::posix_time::ptime last_expected
 The last expected callback invocation time.
boost::posix_time::ptime last_real
 The real last callback invocation time.
boost::posix_time::ptime current_expected
 The current expected invocation time.
boost::posix_time::ptime current_real
 The current invocation time.

Detailed Description

Timer event structure.

Contains information about the state of the timer. Passed to the callback on invocation.


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