ROS 2 rclcpp + rcl - humble
humble
ROS 2 C++ Client Library with ROS Client Library
|
Implementation of the NodeWaitables part of the Node API. More...
#include <rclcpp/node_interfaces/node_waitables.hpp>
Public Member Functions | |
RCLCPP_PUBLIC | NodeWaitables (rclcpp::node_interfaces::NodeBaseInterface *node_base) |
RCLCPP_PUBLIC void | add_waitable (rclcpp::Waitable::SharedPtr waitable_base_ptr, rclcpp::CallbackGroup::SharedPtr group) override |
RCLCPP_PUBLIC void | remove_waitable (rclcpp::Waitable::SharedPtr waitable_ptr, rclcpp::CallbackGroup::SharedPtr group) noexcept override |
Implementation of the NodeWaitables part of the Node API.
Definition at line 31 of file node_waitables.hpp.
|
overridevirtualnoexcept |
Implements rclcpp::node_interfaces::NodeWaitablesInterface.
Definition at line 56 of file node_waitables.cpp.