0.4.1
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
NAV::vendor::pixhawk::ulog_message_flag_bits_s Struct Reference

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
 

Detailed Description

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.

Field Documentation

◆ appended_offsets

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.

◆ compat_flags

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.

◆ header

message_header_s NAV::vendor::pixhawk::ulog_message_flag_bits_s::header

msg header

Definition at line 45 of file UlogFileFormat.hpp.

◆ incompat_flags

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.


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