|
ROS 2 rclcpp + rcl - jazzy
jazzy
ROS 2 C++ Client Library with ROS Client Library
|
Describe the prerequisites for calling a time jump callback. More...
#include <rcl/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 |
| rcl_duration_t rcl_jump_threshold_s::min_backward |
A negative duration indicating the minimum jump backwards to be considered exceeded, or zero to disable.
Definition at line 122 of file time.h.
Referenced by rcl_clock_add_jump_callback(), rcl_timer_init2(), and rclcpp::Clock::sleep_until().
| rcl_duration_t rcl_jump_threshold_s::min_forward |
A positive duration indicating the minimum jump forwards to be considered exceeded, or zero to disable.
Definition at line 119 of file time.h.
Referenced by rcl_clock_add_jump_callback(), rcl_timer_init2(), and rclcpp::Clock::sleep_until().