pjmsg_mcap_wrapper
|
Definition at line 527 of file reader.hpp.
#include <reader.hpp>
Public Member Functions | |
TypedChunkReader () | |
TypedChunkReader (const TypedChunkReader &)=delete | |
TypedChunkReader & | operator= (const TypedChunkReader &)=delete |
TypedChunkReader (TypedChunkReader &&)=delete | |
TypedChunkReader & | operator= (TypedChunkReader &&)=delete |
void | reset (const Chunk &chunk, Compression compression) |
bool | next () |
ByteOffset | offset () const |
const Status & | status () const |
Public Attributes | |
std::function< void(const SchemaPtr, ByteOffset)> | onSchema |
std::function< void(const ChannelPtr, ByteOffset)> | onChannel |
std::function< void(const Message &, ByteOffset)> | onMessage |
std::function< void(const Record &, ByteOffset)> | onUnknownRecord |
Private Attributes | |
RecordReader | reader_ |
Status | status_ |
BufferReader | uncompressedReader_ |
LZ4Reader | lz4Reader_ |
ZStdReader | zstdReader_ |
mcap::TypedChunkReader::TypedChunkReader | ( | ) |
Definition at line 1259 of file reader.inl.
|
delete |
|
delete |
bool mcap::TypedChunkReader::next | ( | ) |
Definition at line 1290 of file reader.inl.
ByteOffset mcap::TypedChunkReader::offset | ( | ) | const |
Definition at line 1358 of file reader.inl.
|
delete |
|
delete |
void mcap::TypedChunkReader::reset | ( | const Chunk & | chunk, |
Compression | compression | ||
) |
Definition at line 1263 of file reader.inl.
const Status & mcap::TypedChunkReader::status | ( | ) | const |
Definition at line 1362 of file reader.inl.
|
private |
Definition at line 552 of file reader.hpp.
std::function<void(const ChannelPtr, ByteOffset)> mcap::TypedChunkReader::onChannel |
Definition at line 529 of file reader.hpp.
std::function<void(const Message&, ByteOffset)> mcap::TypedChunkReader::onMessage |
Definition at line 530 of file reader.hpp.
std::function<void(const SchemaPtr, ByteOffset)> mcap::TypedChunkReader::onSchema |
Definition at line 528 of file reader.hpp.
std::function<void(const Record&, ByteOffset)> mcap::TypedChunkReader::onUnknownRecord |
Definition at line 531 of file reader.hpp.
|
private |
Definition at line 548 of file reader.hpp.
|
private |
Definition at line 549 of file reader.hpp.
|
private |
Definition at line 550 of file reader.hpp.
|
private |
Definition at line 555 of file reader.hpp.