ark::pipeline::SubscriberStatistics
Defined in header “ark/pipeline/subscriber_base.hh”.
Statistics and debugging information related to a subscriber.
Variables
-
uint64_t messages_received= 0
A count of the messages received to date. -
uint64_t messages_dropped= 0
A count of the messages dropped to date. -
uint64_t max_queue_depth= 0
Queue depth. -
uint64_t publisher_count= 0
Count of publishers that are connected to this subscriber.