ROS 2 rclcpp + rcl - rolling
rolling-a919a6e5
ROS 2 C++ Client Library with ROS Client Library
|
Pure virtual interface class for the NodeWaitables part of the Node API. More...
#include <rclcpp/node_interfaces/node_waitables_interface.hpp>
Public Member Functions | |
virtual RCLCPP_PUBLIC void | add_waitable (rclcpp::Waitable::SharedPtr waitable_ptr, rclcpp::CallbackGroup::SharedPtr group)=0 |
virtual RCLCPP_PUBLIC void | remove_waitable (rclcpp::Waitable::SharedPtr waitable_ptr, rclcpp::CallbackGroup::SharedPtr group) noexcept=0 |
Pure virtual interface class for the NodeWaitables part of the Node API.
Definition at line 30 of file node_waitables_interface.hpp.
|
pure virtualnoexcept |
Implemented in rclcpp::node_interfaces::NodeWaitables.