#include <generic_publisher.h>
|
| GenericPublisher (rclcpp::node_interfaces::NodeBaseInterface *node_base, const std::string &topic_name, const rosidl_message_type_support_t &type_support) |
|
void | publish (std::shared_ptr< rmw_serialized_message_t > message) |
|
virtual | ~GenericPublisher ()=default |
|
|
static std::shared_ptr< GenericPublisher > | create (rclcpp::Node &node, const std::string &topic_name, const std::string &topic_type) |
|
Definition at line 23 of file generic_publisher.h.
◆ GenericPublisher()
GenericPublisher::GenericPublisher |
( |
rclcpp::node_interfaces::NodeBaseInterface * |
node_base, |
|
|
const std::string & |
topic_name, |
|
|
const rosidl_message_type_support_t & |
type_support |
|
) |
| |
|
inline |
◆ ~GenericPublisher()
virtual GenericPublisher::~GenericPublisher |
( |
| ) |
|
|
virtualdefault |
◆ create()
static std::shared_ptr<GenericPublisher> GenericPublisher::create |
( |
rclcpp::Node & |
node, |
|
|
const std::string & |
topic_name, |
|
|
const std::string & |
topic_type |
|
) |
| |
|
inlinestatic |
◆ publish()
void GenericPublisher::publish |
( |
std::shared_ptr< rmw_serialized_message_t > |
message | ) |
|
|
inline |
◆ callbacks_
rclcpp::PublisherEventCallbacks GenericPublisher::callbacks_ |
The documentation for this class was generated from the following file: