rclcpp
master
C++ ROS Client Library API
|
A struct to represent a timejump. More...
#include <clock.hpp>
Public Types | |
enum | ClockChange_t { ROS_TIME_NO_CHANGE, ROS_TIME_ACTIVATED, ROS_TIME_DEACTIVATED, SYSTEM_TIME_NO_CHANGE } |
typedef enum rclcpp::TimeJump::ClockChange_t | ClockChange_t |
Public Attributes | |
ClockChange_t | jump_type_ |
The change in clock_type if there is one. More... | |
rcl_duration_t | delta_ |
The change in time value. More... | |
A struct to represent a timejump.
It represents the time jump duration and whether it changed clock type.
ClockChange_t rclcpp::TimeJump::jump_type_ |
The change in clock_type if there is one.
rcl_duration_t rclcpp::TimeJump::delta_ |
The change in time value.