A generic Type-Length-Value record using a uint8 type and uint64 length. This is the generic form of all MCAP records. More...
#include <types.hpp>
Public Member Functions | |
uint64_t | recordSize () const |
Public Attributes | |
std::byte * | data |
uint64_t | dataSize |
OpCode | opcode |
A generic Type-Length-Value record using a uint8 type and uint64 length. This is the generic form of all MCAP records.