struct MetadataIndex

Declaration

struct MetadataIndex { /* full declaration omitted */ };

Description

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

Declared at: mcap/include/mcap/types.hpp:324

Member Variables

public uint64_t offset
public uint64_t length
public std::string name

Method Overview

Methods

MetadataIndex()

Declared at: mcap/include/mcap/types.hpp:329

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

Declared at: mcap/include/mcap/types.hpp:330

Parameters

const mcap::Metadata& metadata
mcap::ByteOffset fileOffset