rclcpp  master
C++ ROS Client Library API
Public Member Functions | Public Attributes | List of all members
rclcpp::JumpHandler Class Reference

#include <clock.hpp>

Collaboration diagram for rclcpp::JumpHandler:
Collaboration graph
[legend]

Public Member Functions

 JumpHandler (std::function< void()> pre_callback, std::function< void(const rcl_time_jump_t &)> post_callback, const rcl_jump_threshold_t &threshold)
 

Public Attributes

std::function< void()> pre_callback
 
std::function< void(const rcl_time_jump_t &)> post_callback
 
rcl_jump_threshold_t notice_threshold
 

Constructor & Destructor Documentation

◆ JumpHandler()

rclcpp::JumpHandler::JumpHandler ( std::function< void()>  pre_callback,
std::function< void(const rcl_time_jump_t &)>  post_callback,
const rcl_jump_threshold_t threshold 
)

Member Data Documentation

◆ pre_callback

std::function<void()> rclcpp::JumpHandler::pre_callback

◆ post_callback

std::function<void(const rcl_time_jump_t &)> rclcpp::JumpHandler::post_callback

◆ notice_threshold

rcl_jump_threshold_t rclcpp::JumpHandler::notice_threshold

The documentation for this class was generated from the following file: