Flag bitset message. This message must be the first message, right after the header section, so that it has a fixed constant offset. More...
Data Fields | |
std::array< uint64_t, 3 > | appended_offsets |
File offsets (0-based) for appended data. | |
std::array< uint8_t, 8 > | compat_flags |
compatible flag bits | |
message_header_s | header |
msg header | |
std::array< uint8_t, 8 > | incompat_flags |
incompatible flag bits | |
Flag bitset message. This message must be the first message, right after the header section, so that it has a fixed constant offset.
Definition at line 43 of file UlogFileFormat.hpp.
std::array<uint64_t, 3> NAV::vendor::pixhawk::ulog_message_flag_bits_s::appended_offsets |
File offsets (0-based) for appended data.
Definition at line 48 of file UlogFileFormat.hpp.
std::array<uint8_t, 8> NAV::vendor::pixhawk::ulog_message_flag_bits_s::compat_flags |
compatible flag bits
Definition at line 46 of file UlogFileFormat.hpp.
message_header_s NAV::vendor::pixhawk::ulog_message_flag_bits_s::header |
msg header
Definition at line 45 of file UlogFileFormat.hpp.
std::array<uint8_t, 8> NAV::vendor::pixhawk::ulog_message_flag_bits_s::incompat_flags |
incompatible flag bits
Definition at line 47 of file UlogFileFormat.hpp.