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