rcl
master
C API providing common ROS client library functionality.
|
Describe the prerequisites for calling a time jump callback. More...
#include <time.h>
Public Attributes | |
bool | on_clock_change |
True to call callback when the clock type changes. | |
rcl_duration_t | min_forward |
rcl_duration_t | min_backward |
Describe the prerequisites for calling a time jump callback.
rcl_duration_t rcl_jump_threshold_t::min_forward |
A positive duration indicating the minimum jump forwards to be considered exceeded, or zero to disable.
rcl_duration_t rcl_jump_threshold_t::min_backward |
A negative duration indicating the minimum jump backwards to be considered exceeded, or zero to disable.