#include <publisher_wrapper.h>

Public Member Functions | |
| void | publish (std::shared_ptr< void > msg) override |
| PublisherWrapper (rclcpp::Node::SharedPtr node, const std::string &topic_name, size_t qos) | |
Public Member Functions inherited from PublisherWrapperBase | |
| PublisherWrapperBase ()=default | |
| virtual | ~PublisherWrapperBase ()=default |
Private Attributes | |
| rclcpp::Publisher< MessageT >::SharedPtr | publisher_ |
Definition at line 17 of file publisher_wrapper.h.
|
inline |
Definition at line 20 of file publisher_wrapper.h.
|
inlineoverridevirtual |
Implements PublisherWrapperBase.
Definition at line 25 of file publisher_wrapper.h.
|
private |
Definition at line 39 of file publisher_wrapper.h.