Struct IndexedMessageReader
Defined in File reader.hpp
Nested Relationships
Nested Types
Struct Documentation
-
struct IndexedMessageReader
Uses message indices to read messages out of an MCAP in log time order. The underlying MCAP must be chunked, with a summary section and message indexes. The required McapWriterOptions are:
noChunking: false
noMessageIndex: false
noSummary: false
Public Functions
-
IndexedMessageReader(McapReader &reader, const ReadMessageOptions &options, const std::function<void(const Message&, RecordOffset)> onMessage)