Public Member Functions | Public Attributes | List of all members
mcap::Record Struct Reference

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
 

Detailed Description

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

Definition at line 86 of file types.hpp.

Member Function Documentation

◆ recordSize()

uint64_t mcap::Record::recordSize ( ) const
inline

Definition at line 91 of file types.hpp.

Member Data Documentation

◆ data

std::byte* mcap::Record::data

Definition at line 89 of file types.hpp.

◆ dataSize

uint64_t mcap::Record::dataSize

Definition at line 88 of file types.hpp.

◆ opcode

OpCode mcap::Record::opcode

Definition at line 87 of file types.hpp.


The documentation for this struct was generated from the following file:


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Aug 11 2024 02:24:31