#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 |
| |
Definition at line 22 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 |
The documentation for this class was generated from the following file: