Struct Footer
Defined in File types.hpp
Struct Documentation
-
struct Footer
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
summaryStartandsummaryOffsetStartof zero indicates no Summary section is available.Public Functions
-
Footer() = default
-
inline Footer(ByteOffset summaryStart, ByteOffset summaryOffsetStart)
-
Footer() = default