15 #ifndef RCLCPP__NODE_INTERFACES__NODE_WAITABLES_INTERFACE_HPP_ 16 #define RCLCPP__NODE_INTERFACES__NODE_WAITABLES_INTERFACE_HPP_ 25 namespace node_interfaces
42 rclcpp::Waitable::SharedPtr waitable_ptr,
43 rclcpp::callback_group::CallbackGroup::SharedPtr group) = 0;
50 rclcpp::Waitable::SharedPtr waitable_ptr,
51 rclcpp::callback_group::CallbackGroup::SharedPtr group) noexcept = 0;
57 #endif // RCLCPP__NODE_INTERFACES__NODE_WAITABLES_INTERFACE_HPP_
#define RCLCPP_SMART_PTR_ALIASES_ONLY(...)
Definition: macros.hpp:66
virtual ~NodeWaitablesInterface()=default
This header provides the get_node_topics_interface() template function.
Definition: allocator_common.hpp:24
virtual void remove_waitable(rclcpp::Waitable::SharedPtr waitable_ptr, rclcpp::callback_group::CallbackGroup::SharedPtr group) noexcept=0
#define RCLCPP_PUBLIC
Definition: visibility_control.hpp:50
virtual void add_waitable(rclcpp::Waitable::SharedPtr waitable_ptr, rclcpp::callback_group::CallbackGroup::SharedPtr group)=0
Pure virtual interface class for the NodeWaitables part of the Node API.
Definition: node_waitables_interface.hpp:29