Rerun C++ SDK
|
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_) | |
ChannelMessageCounts & | operator= (rerun::Collection< rerun::datatypes::ChannelCountPair > counts_) |
Public Attributes | |
rerun::Collection< rerun::datatypes::ChannelCountPair > | counts |
The channel ID to message count pairs. | |
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.