| 
    rclcpp
    beta1
    
   C++ ROS Client Library API 
   | 
 
Pure virtual interface class for the NodeTimers part of the Node API. More...
#include <node_timers_interface.hpp>
  
 Public Member Functions | |
| virtual void | add_timer (rclcpp::timer::TimerBase::SharedPtr timer, rclcpp::callback_group::CallbackGroup::SharedPtr callback_group)=0 | 
| Add a timer to the node.  More... | |
Pure virtual interface class for the NodeTimers part of the Node API.
      
  | 
  pure virtual | 
Add a timer to the node.
Implemented in rclcpp::node_interfaces::NodeTimers.
 1.8.12