Public Attributes | List of all members
mcap::ChunkIndex Struct Reference

Chunk Index records are found in the Summary section, providing summary information for a single Chunk and pointing to each Message Index record associated with that Chunk. More...

#include <types.hpp>

Public Attributes

ByteOffset chunkLength
 
ByteOffset chunkStartOffset
 
ByteOffset compressedSize
 
std::string compression
 
Timestamp messageEndTime
 
ByteOffset messageIndexLength
 
std::unordered_map< ChannelId, ByteOffsetmessageIndexOffsets
 
Timestamp messageStartTime
 
ByteOffset uncompressedSize
 

Detailed Description

Chunk Index records are found in the Summary section, providing summary information for a single Chunk and pointing to each Message Index record associated with that Chunk.

Definition at line 238 of file types.hpp.

Member Data Documentation

◆ chunkLength

ByteOffset mcap::ChunkIndex::chunkLength

Definition at line 242 of file types.hpp.

◆ chunkStartOffset

ByteOffset mcap::ChunkIndex::chunkStartOffset

Definition at line 241 of file types.hpp.

◆ compressedSize

ByteOffset mcap::ChunkIndex::compressedSize

Definition at line 246 of file types.hpp.

◆ compression

std::string mcap::ChunkIndex::compression

Definition at line 245 of file types.hpp.

◆ messageEndTime

Timestamp mcap::ChunkIndex::messageEndTime

Definition at line 240 of file types.hpp.

◆ messageIndexLength

ByteOffset mcap::ChunkIndex::messageIndexLength

Definition at line 244 of file types.hpp.

◆ messageIndexOffsets

std::unordered_map<ChannelId, ByteOffset> mcap::ChunkIndex::messageIndexOffsets

Definition at line 243 of file types.hpp.

◆ messageStartTime

Timestamp mcap::ChunkIndex::messageStartTime

Definition at line 239 of file types.hpp.

◆ uncompressedSize

ByteOffset mcap::ChunkIndex::uncompressedSize

Definition at line 247 of file types.hpp.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Aug 11 2024 02:24:31