rclcpp
master
C++ ROS Client Library API
|
Non-templated part of PublisherOptionsWithAllocator<Allocator>. More...
#include <publisher_options.hpp>
Public Attributes | |
IntraProcessSetting | use_intra_process_comm = IntraProcessSetting::NodeDefault |
Setting to explicitly set intraprocess communications. More... | |
PublisherEventCallbacks | event_callbacks |
Callbacks for various events related to publishers. More... | |
rclcpp::callback_group::CallbackGroup::SharedPtr | callback_group |
Callback group in which the waitable items from the publisher should be placed. More... | |
Non-templated part of PublisherOptionsWithAllocator<Allocator>.
IntraProcessSetting rclcpp::PublisherOptionsBase::use_intra_process_comm = IntraProcessSetting::NodeDefault |
Setting to explicitly set intraprocess communications.
PublisherEventCallbacks rclcpp::PublisherOptionsBase::event_callbacks |
Callbacks for various events related to publishers.
rclcpp::callback_group::CallbackGroup::SharedPtr rclcpp::PublisherOptionsBase::callback_group |
Callback group in which the waitable items from the publisher should be placed.