rclcpp
master
C++ ROS Client Library API
|
Pure virtual interface class for the NodeClock part of the Node API. More...
#include <node_clock_interface.hpp>
Public Member Functions | |
virtual rclcpp::Clock::SharedPtr | get_clock ()=0 |
Get a ROS clock which will be kept up to date by the node. More... | |
|
pure virtual |
Get a ROS clock which will be kept up to date by the node.
Implemented in rclcpp::node_interfaces::NodeClock.