15 #ifndef RCLCPP__NODE_INTERFACES__NODE_TOPICS_HPP_ 16 #define RCLCPP__NODE_INTERFACES__NODE_TOPICS_HPP_ 32 namespace node_interfaces
48 rclcpp::PublisherBase::SharedPtr
53 bool use_intra_process)
override;
58 rclcpp::PublisherBase::SharedPtr publisher,
59 rclcpp::callback_group::CallbackGroup::SharedPtr callback_group)
override;
62 rclcpp::SubscriptionBase::SharedPtr
67 bool use_intra_process)
override;
72 rclcpp::SubscriptionBase::SharedPtr subscription,
73 rclcpp::callback_group::CallbackGroup::SharedPtr callback_group)
override;
88 #endif // RCLCPP__NODE_INTERFACES__NODE_TOPICS_HPP_ void add_subscription(rclcpp::SubscriptionBase::SharedPtr subscription, rclcpp::callback_group::CallbackGroup::SharedPtr callback_group) override
#define RCLCPP_DISABLE_COPY(...)
Definition: macros.hpp:26
rclcpp::SubscriptionBase::SharedPtr create_subscription(const std::string &topic_name, const rclcpp::SubscriptionFactory &subscription_factory, const rcl_subscription_options_t &subscription_options, bool use_intra_process) override
#define RCLCPP_SMART_PTR_ALIASES_ONLY(...)
Definition: macros.hpp:66
rclcpp::node_interfaces::NodeBaseInterface * get_node_base_interface() const override
This header provides the get_node_topics_interface() template function.
Definition: allocator_common.hpp:24
Factory with functions used to create a MessageT specific PublisherT.
Definition: publisher_factory.hpp:45
void add_publisher(rclcpp::PublisherBase::SharedPtr publisher, rclcpp::callback_group::CallbackGroup::SharedPtr callback_group) override
NodeTopics(rclcpp::node_interfaces::NodeBaseInterface *node_base)
Pure virtual interface class for the NodeBase part of the Node API.
Definition: node_base_interface.hpp:36
Factory with functions used to create a Subscription<MessageT>.
Definition: subscription_factory.hpp:47
#define RCLCPP_PUBLIC
Definition: visibility_control.hpp:50
Pure virtual interface class for the NodeTopics part of the Node API.
Definition: node_topics_interface.hpp:38
rclcpp::PublisherBase::SharedPtr create_publisher(const std::string &topic_name, const rclcpp::PublisherFactory &publisher_factory, const rcl_publisher_options_t &publisher_options, bool use_intra_process) override
Implementation of the NodeTopics part of the Node API.
Definition: node_topics.hpp:36