Class StatPublisher
Defined in File stat_collector.hpp
Class Documentation
-
class StatPublisher
Create and manage a TopicStatistics publisher for one Node.
Public Functions
-
virtual ~StatPublisher()
-
void publish(rosgraph_monitor_msgs::msg::TopicStatistics &msg) const
Protected Attributes
-
rmw_publisher_options_t pub_opts_
-
decltype(rmw_create_publisher) *create_publisher_
-
decltype(rmw_destroy_publisher) *destroy_publisher_
-
decltype(rmw_publish) *publish_
-
virtual ~StatPublisher()