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

Detailed Description

The final record in an MCAP file (before the trailing magic byte sequence). Contains byte offsets from the start of the file to the Summary and Summary Offset sections, along with an optional CRC of the combined Summary and Summary Offset sections. A summaryStart and summaryOffsetStart of zero indicates no Summary section is available.

Definition at line 115 of file types.hpp.

#include <types.hpp>

Public Member Functions

 Footer ()=default
 
 Footer (ByteOffset summaryStart, ByteOffset summaryOffsetStart)
 

Public Attributes

ByteOffset summaryStart
 
ByteOffset summaryOffsetStart
 
uint32_t summaryCrc
 

Constructor & Destructor Documentation

◆ Footer() [1/2]

mcap::Footer::Footer ( )
default

◆ Footer() [2/2]

mcap::Footer::Footer ( ByteOffset  summaryStart,
ByteOffset  summaryOffsetStart 
)
inline

Definition at line 121 of file types.hpp.

Member Data Documentation

◆ summaryCrc

uint32_t mcap::Footer::summaryCrc

Definition at line 118 of file types.hpp.

◆ summaryOffsetStart

ByteOffset mcap::Footer::summaryOffsetStart

Definition at line 117 of file types.hpp.

◆ summaryStart

ByteOffset mcap::Footer::summaryStart

Definition at line 116 of file types.hpp.


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