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

Detailed Description

Appears at the beginning of every MCAP file (after the magic byte sequence) and contains the recording profile (see https://github.com/foxglove/mcap/tree/main/docs/specification/profiles) and a string signature of the recording library.

Definition at line 103 of file types.hpp.

#include <types.hpp>

Public Attributes

std::string profile
 
std::string library
 

Member Data Documentation

◆ library

std::string mcap::Header::library

Definition at line 105 of file types.hpp.

◆ profile

std::string mcap::Header::profile

Definition at line 104 of file types.hpp.


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