pjmsg_mcap_wrapper
Loading...
Searching...
No Matches
Public Attributes | List of all members
mcap::Statistics Struct Reference

Detailed Description

The Statistics record is found in the Summary section, providing counts and timestamp ranges for the entire file.

Definition at line 300 of file types.hpp.

#include <types.hpp>

Public Attributes

uint64_t messageCount
 
uint16_t schemaCount
 
uint32_t channelCount
 
uint32_t attachmentCount
 
uint32_t metadataCount
 
uint32_t chunkCount
 
Timestamp messageStartTime
 
Timestamp messageEndTime
 
std::unordered_map< ChannelId, uint64_t > channelMessageCounts
 

Member Data Documentation

◆ attachmentCount

uint32_t mcap::Statistics::attachmentCount

Definition at line 304 of file types.hpp.

◆ channelCount

uint32_t mcap::Statistics::channelCount

Definition at line 303 of file types.hpp.

◆ channelMessageCounts

std::unordered_map<ChannelId, uint64_t> mcap::Statistics::channelMessageCounts

Definition at line 309 of file types.hpp.

◆ chunkCount

uint32_t mcap::Statistics::chunkCount

Definition at line 306 of file types.hpp.

◆ messageCount

uint64_t mcap::Statistics::messageCount

Definition at line 301 of file types.hpp.

◆ messageEndTime

Timestamp mcap::Statistics::messageEndTime

Definition at line 308 of file types.hpp.

◆ messageStartTime

Timestamp mcap::Statistics::messageStartTime

Definition at line 307 of file types.hpp.

◆ metadataCount

uint32_t mcap::Statistics::metadataCount

Definition at line 305 of file types.hpp.

◆ schemaCount

uint16_t mcap::Statistics::schemaCount

Definition at line 302 of file types.hpp.


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