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...
#include <read_job_queue.hpp>
Public Attributes | |
ByteOffset | chunkStartOffset |
Timestamp | messageEndTime |
ByteOffset | messageIndexEndOffset |
Timestamp | messageStartTime |
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.
Definition at line 28 of file read_job_queue.hpp.
ByteOffset mcap::internal::DecompressChunkJob::chunkStartOffset |
Definition at line 31 of file read_job_queue.hpp.
Timestamp mcap::internal::DecompressChunkJob::messageEndTime |
Definition at line 30 of file read_job_queue.hpp.
ByteOffset mcap::internal::DecompressChunkJob::messageIndexEndOffset |
Definition at line 32 of file read_job_queue.hpp.
Timestamp mcap::internal::DecompressChunkJob::messageStartTime |
Definition at line 29 of file read_job_queue.hpp.