Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::components::ChannelMessageCounts Struct Reference

Component: A mapping of channel IDs to their respective message counts. More...

#include <rerun/components/channel_message_counts.hpp>

Public Member Functions

 ChannelMessageCounts (rerun::Collection< rerun::datatypes::ChannelCountPair > counts_)
 
ChannelMessageCountsoperator= (rerun::Collection< rerun::datatypes::ChannelCountPair > counts_)
 

Public Attributes

rerun::Collection< rerun::datatypes::ChannelCountPaircounts
 The channel ID to message count pairs.
 

Detailed Description

Component: A mapping of channel IDs to their respective message counts.

Used in MCAP statistics to track how many messages were recorded per channel.

This type is unstable and may change significantly in a way that the data won't be backwards compatible.


The documentation for this struct was generated from the following file: