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...
#include <read_job_queue.hpp>
Public Attributes | |
size_t | chunkReaderIndex |
RecordOffset | offset |
Timestamp | timestamp |
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.
Definition at line 17 of file read_job_queue.hpp.
size_t mcap::internal::ReadMessageJob::chunkReaderIndex |
Definition at line 20 of file read_job_queue.hpp.
RecordOffset mcap::internal::ReadMessageJob::offset |
Definition at line 19 of file read_job_queue.hpp.
Timestamp mcap::internal::ReadMessageJob::timestamp |
Definition at line 18 of file read_job_queue.hpp.