Go to the source code of this file.
#include "types.hpp"
#include <algorithm>
#include <variant>
|
| struct | mcap::internal::ReadMessageJob |
| | A job to read a specific message at offset offset from the decompressed chunk stored in chunkReaderIndex. A timestamp is provided to order this job relative to other jobs. More...
|
| |
| struct | mcap::internal::DecompressChunkJob |
| | A job to decompress the chunk starting at chunkStartOffset. The message indices starting directly after the chunk record and ending at messageIndexEndOffset will be used to find specific messages within the chunk. More...
|
| |
| struct | mcap::internal::ReadJobQueue |
| | A priority queue of jobs for an indexed MCAP reader to execute. More...
|
| |