Structure passed as a parameter to the callback invoked by a ros::Timer. More...
#include <forwards.h>
Public Attributes | |
Time | current_expected |
In a perfect world, this is when the current callback should be happening. | |
Time | current_real |
This is when the current callback was actually called (Time::now() as of the beginning of the callback). | |
Time | last_expected |
In a perfect world, this is when the last callback should have happened. | |
Time | last_real |
When the last callback actually happened. | |
struct { | |
WallDuration last_duration | |
How long the last callback ran for. | |
} | profile |
Structure passed as a parameter to the callback invoked by a ros::Timer.
Definition at line 134 of file forwards.h.
In a perfect world, this is when the current callback should be happening.
Definition at line 139 of file forwards.h.
This is when the current callback was actually called (Time::now() as of the beginning of the callback).
Definition at line 140 of file forwards.h.
WallDuration ros::TimerEvent::last_duration |
How long the last callback ran for.
Definition at line 144 of file forwards.h.
In a perfect world, this is when the last callback should have happened.
Definition at line 136 of file forwards.h.
When the last callback actually happened.
Definition at line 137 of file forwards.h.
struct { ... } ros::TimerEvent::profile |