This is the complete list of members for mcap::McapWriter, including all inherited members.
addChannel(Channel &channel) | mcap::McapWriter | |
addSchema(Schema &schema) | mcap::McapWriter | |
attachmentIndex_ | mcap::McapWriter | private |
channels_ | mcap::McapWriter | private |
chunkIndex_ | mcap::McapWriter | private |
chunkSize_ | mcap::McapWriter | private |
close() | mcap::McapWriter | |
closeLastChunk() | mcap::McapWriter | |
compression_ | mcap::McapWriter | private |
currentChunkEnd_ | mcap::McapWriter | private |
currentChunkStart_ | mcap::McapWriter | private |
currentMessageIndex_ | mcap::McapWriter | private |
dataSink() | mcap::McapWriter | |
fileOutput_ | mcap::McapWriter | private |
getChunkWriter() | mcap::McapWriter | private |
getOutput() | mcap::McapWriter | private |
lz4Chunk_ | mcap::McapWriter | private |
metadataIndex_ | mcap::McapWriter | private |
open(std::string_view filename, const McapWriterOptions &options) | mcap::McapWriter | |
open(IWritable &writer, const McapWriterOptions &options) | mcap::McapWriter | |
open(std::ostream &stream, const McapWriterOptions &options) | mcap::McapWriter | |
opened_ | mcap::McapWriter | private |
options_ | mcap::McapWriter | private |
output_ | mcap::McapWriter | private |
schemas_ | mcap::McapWriter | private |
statistics() const | mcap::McapWriter | |
statistics_ | mcap::McapWriter | private |
streamOutput_ | mcap::McapWriter | private |
terminate() | mcap::McapWriter | |
uncompressedChunk_ | mcap::McapWriter | private |
uncompressedSize_ | mcap::McapWriter | private |
write(const Message &message) | mcap::McapWriter | |
write(Attachment &attachment) | mcap::McapWriter | |
write(const Metadata &metadata) | mcap::McapWriter | |
write(IWritable &output, const Header &header) | mcap::McapWriter | static |
write(IWritable &output, const Footer &footer, bool crcEnabled) | mcap::McapWriter | static |
write(IWritable &output, const Schema &schema) | mcap::McapWriter | static |
write(IWritable &output, const Channel &channel) | mcap::McapWriter | static |
write(IWritable &output, const Message &message) | mcap::McapWriter | static |
write(IWritable &output, const Attachment &attachment) | mcap::McapWriter | static |
write(IWritable &output, const Metadata &metadata) | mcap::McapWriter | static |
write(IWritable &output, const Chunk &chunk) | mcap::McapWriter | static |
write(IWritable &output, const MessageIndex &index) | mcap::McapWriter | static |
write(IWritable &output, const ChunkIndex &index) | mcap::McapWriter | static |
write(IWritable &output, const AttachmentIndex &index) | mcap::McapWriter | static |
write(IWritable &output, const MetadataIndex &index) | mcap::McapWriter | static |
write(IWritable &output, const Statistics &stats) | mcap::McapWriter | static |
write(IWritable &output, const SummaryOffset &summaryOffset) | mcap::McapWriter | static |
write(IWritable &output, const DataEnd &dataEnd) | mcap::McapWriter | static |
write(IWritable &output, const Record &record) | mcap::McapWriter | static |
write(IWritable &output, const std::string_view str) | mcap::McapWriter | static |
write(IWritable &output, const ByteArray bytes) | mcap::McapWriter | static |
write(IWritable &output, OpCode value) | mcap::McapWriter | static |
write(IWritable &output, uint16_t value) | mcap::McapWriter | static |
write(IWritable &output, uint32_t value) | mcap::McapWriter | static |
write(IWritable &output, uint64_t value) | mcap::McapWriter | static |
write(IWritable &output, const std::byte *data, uint64_t size) | mcap::McapWriter | static |
write(IWritable &output, const KeyValueMap &map, uint32_t size=0) | mcap::McapWriter | static |
writeChunk(IWritable &output, IChunkWriter &chunkData) | mcap::McapWriter | private |
writeMagic(IWritable &output) | mcap::McapWriter | static |
writtenSchemas_ | mcap::McapWriter | private |
zstdChunk_ | mcap::McapWriter | private |
~McapWriter() | mcap::McapWriter |