struct AttachmentIndex

Declaration

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

Description

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

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

Member Variables

public mcap::ByteOffset offset
public mcap::ByteOffset length
public mcap::Timestamp logTime
public mcap::Timestamp createTime
public uint64_t dataSize
public std::string name
public std::string mediaType

Method Overview

Methods

AttachmentIndex()

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

AttachmentIndex(
    const mcap::Attachment& attachment,
    mcap::ByteOffset fileOffset)

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

Parameters

const mcap::Attachment& attachment
mcap::ByteOffset fileOffset