Timer event structure.
More...
#include <Timer.h>
|
|
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.
|
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:
- /builddir/build/BUILD/robotraconteur-1.2.8-build/RobotRaconteur-1.2.8-Source/RobotRaconteurCore/include/RobotRaconteur/Timer.h