rclcpp  master
C++ ROS Client Library API
Classes | Namespaces | Typedefs
publisher_options.hpp File Reference
#include <memory>
#include <string>
#include <vector>
#include "rclcpp/callback_group.hpp"
#include "rclcpp/intra_process_setting.hpp"
#include "rclcpp/qos.hpp"
#include "rclcpp/qos_event.hpp"
#include "rclcpp/visibility_control.hpp"
#include "rcl/publisher.h"
Include dependency graph for publisher_options.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  rclcpp::PublisherOptionsBase
 Non-templated part of PublisherOptionsWithAllocator<Allocator>. More...
 
struct  rclcpp::PublisherOptionsWithAllocator< Allocator >
 Structure containing optional configuration for Publishers. More...
 

Namespaces

 rclcpp
 This header provides the get_node_topics_interface() template function.
 

Typedefs

using rclcpp::PublisherOptions = PublisherOptionsWithAllocator< std::allocator< void > >