struct Chunk

Declaration

struct Chunk { /* full declaration omitted */ };

Description

An collection of Schemas, Channels, and Messages that supports compression and indexing.

Declared at: mcap/include/mcap/types.hpp:214

Member Variables

public mcap::Timestamp messageStartTime
public mcap::Timestamp messageEndTime
public mcap::ByteOffset uncompressedSize
public uint32_t uncompressedCrc
public std::string compression
public mcap::ByteOffset compressedSize
public const std::byte* records = nullptr