ROS 2 rclcpp + rcl - rolling
rolling-a919a6e5
ROS 2 C++ Client Library with ROS Client Library
|
Implementation of the NodeTimers part of the Node API. More...
#include <rclcpp/node_interfaces/node_timers.hpp>
Public Member Functions | |
RCLCPP_PUBLIC | NodeTimers (rclcpp::node_interfaces::NodeBaseInterface *node_base) |
RCLCPP_PUBLIC void | add_timer (rclcpp::TimerBase::SharedPtr timer, rclcpp::CallbackGroup::SharedPtr callback_group) override |
Add a timer to the node. | |
Implementation of the NodeTimers part of the Node API.
Definition at line 31 of file node_timers.hpp.