struct Record
Declaration
struct Record { /* full declaration omitted */ };
Description
A generic Type-Length-Value record using a uint8 type and uint64 length. This is the generic form of all MCAP records.
Declared at: mcap/include/mcap/types.hpp:86
Member Variables
- public mcap::OpCode opcode
- public uint64_t dataSize
- public std::byte* data
Method Overview
- public uint64_t recordSize() const
Methods
ΒΆuint64_t recordSize() const
uint64_t recordSize() const
Declared at: mcap/include/mcap/types.hpp:91