15 #ifndef RCLCPP__NODE_INTERFACES__NODE_SERVICES_INTERFACE_HPP_
16 #define RCLCPP__NODE_INTERFACES__NODE_SERVICES_INTERFACE_HPP_
20 #include "rclcpp/callback_group.hpp"
21 #include "rclcpp/client.hpp"
22 #include "rclcpp/macros.hpp"
23 #include "rclcpp/service.hpp"
24 #include "rclcpp/visibility_control.hpp"
28 namespace node_interfaces
45 rclcpp::ClientBase::SharedPtr client_base_ptr,
46 rclcpp::CallbackGroup::SharedPtr group) = 0;
52 rclcpp::ServiceBase::SharedPtr service_base_ptr,
53 rclcpp::CallbackGroup::SharedPtr group) = 0;
Pure virtual interface class for the NodeServices part of the Node API.
virtual RCLCPP_PUBLIC std::string resolve_service_name(const std::string &name, bool only_expand=false) const =0
Get the remapped and expanded service name given a input name.
Versions of rosidl_typesupport_cpp::get_message_type_support_handle that handle adapted types.