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, ByteOffset > | messageIndexOffsets |
Timestamp | messageStartTime |
ByteOffset | uncompressedSize |
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.
ByteOffset mcap::ChunkIndex::chunkLength |
ByteOffset mcap::ChunkIndex::chunkStartOffset |
ByteOffset mcap::ChunkIndex::compressedSize |
ByteOffset mcap::ChunkIndex::messageIndexLength |
std::unordered_map<ChannelId, ByteOffset> mcap::ChunkIndex::messageIndexOffsets |
ByteOffset mcap::ChunkIndex::uncompressedSize |