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. More...
#include <types.hpp>
Public Attributes | |
uint32_t | crc |
Timestamp | createTime |
const std::byte * | data = nullptr |
uint64_t | dataSize |
Timestamp | logTime |
std::string | mediaType |
std::string | name |
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.