| 
    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 | ~NodeClockInterface ()=default | 
| virtual rclcpp::Clock::SharedPtr | get_clock ()=0 | 
| Get a ROS clock which will be kept up to date by the node.  More... | |
      
  | 
  virtualdefault | 
      
  | 
  pure virtual | 
Get a ROS clock which will be kept up to date by the node.
Implemented in rclcpp::node_interfaces::NodeClock.
 1.8.13