Struct Record

Struct Documentation

struct Record

A generic Type-Length-Value record using a uint8 type and uint64 length. This is the generic form of all MCAP records.

Public Functions

inline uint64_t recordSize() const

Public Members

OpCode opcode
uint64_t dataSize
std::byte *data