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. More...
#include <types.hpp>
Public Attributes | |
ChannelId | channelId |
std::vector< std::pair< Timestamp, ByteOffset > > | records |
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.
std::vector<std::pair<Timestamp, ByteOffset> > mcap::MessageIndex::records |