struct Footer
Declaration
struct Footer { /* full declaration omitted */ };
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.
Declared at: mcap/include/mcap/types.hpp:114
Member Variables
- public mcap::ByteOffset summaryStart
- public mcap::ByteOffset summaryOffsetStart
- public uint32_t summaryCrc
Method Overview
Methods
¶Footer()
Footer()
Declared at: mcap/include/mcap/types.hpp:119
¶Footer(mcap::ByteOffset summaryStart,
mcap::ByteOffset summaryOffsetStart)
Footer(mcap::ByteOffset summaryStart,
mcap::ByteOffset summaryOffsetStart)
Declared at: mcap/include/mcap/types.hpp:120
Parameters
- mcap::ByteOffset summaryStart
- mcap::ByteOffset summaryOffsetStart