pjmsg_mcap_wrapper
|
An Attachment is an arbitrary file embedded in an MCAP file, including a name, media type, timestamps, and optional CRC. Attachment records are written in the Data section, outside of Chunks.
#include <types.hpp>
Public Attributes | |
Timestamp | logTime |
Timestamp | createTime |
std::string | name |
std::string | mediaType |
uint64_t | dataSize |
const std::byte * | data = nullptr |
uint32_t | crc |
std::string mcap::Attachment::mediaType |
std::string mcap::Attachment::name |