pjmsg_mcap_wrapper
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
mcap::MetadataIndex Struct Reference

Detailed Description

Metadata Index records are found in the Summary section, providing summary information for a single Metadata record.

Definition at line 325 of file types.hpp.

#include <types.hpp>

Public Member Functions

 MetadataIndex ()=default
 
 MetadataIndex (const Metadata &metadata, ByteOffset fileOffset)
 

Public Attributes

uint64_t offset
 
uint64_t length
 
std::string name
 

Constructor & Destructor Documentation

◆ MetadataIndex() [1/2]

mcap::MetadataIndex::MetadataIndex ( )
default

◆ MetadataIndex() [2/2]

mcap::MetadataIndex::MetadataIndex ( const Metadata metadata,
ByteOffset  fileOffset 
)

Definition at line 42 of file types.inl.

Member Data Documentation

◆ length

uint64_t mcap::MetadataIndex::length

Definition at line 327 of file types.hpp.

◆ name

std::string mcap::MetadataIndex::name

Definition at line 328 of file types.hpp.

◆ offset

uint64_t mcap::MetadataIndex::offset

Definition at line 326 of file types.hpp.


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