struct MessageIndex
Declaration
struct MessageIndex { /* full declaration omitted */ };
Description
A list of timestamps to byte offsets for a single Channel. This record appears after each Chunk, one per Channel that appeared in that Chunk.
Declared at: mcap/include/mcap/types.hpp:228
Member Variables
- public mcap::ChannelId channelId
- public std::vector<std::pair<Timestamp, ByteOffset>> records