rclcpp
master
C++ ROS Client Library API
|
#include <functional>
#include <memory>
#include <string>
#include "rcl/publisher.h"
#include "rosidl_typesupport_cpp/message_type_support.hpp"
#include "rclcpp/publisher.hpp"
#include "rclcpp/intra_process_manager.hpp"
#include "rclcpp/node_interfaces/node_base_interface.hpp"
#include "rclcpp/visibility_control.hpp"
Go to the source code of this file.
Classes | |
struct | rclcpp::PublisherFactory |
Factory with functions used to create a MessageT specific PublisherT. More... | |
Namespaces | |
rclcpp | |
Functions | |
template<typename MessageT , typename Alloc , typename PublisherT > | |
PublisherFactory | rclcpp::create_publisher_factory (std::shared_ptr< Alloc > allocator) |
Return a PublisherFactory with functions setup for creating a PublisherT<MessageT, Alloc>. More... | |