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