|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <px4_custom_mode.h>
Public Attributes | ||
| struct { | ||
| uint16_t reserved | ||
| uint8_t main_mode | ||
| uint8_t sub_mode | ||
| }; | ||
| uint32_t | data | |
| float | data_float | |
| struct { | ||
| uint16_t reserved_hl | ||
| uint16_t custom_mode_hl | ||
| }; | ||
Definition at line 34 of file px4_custom_mode.h.
| struct { ... } px4_custom_mode |
| struct { ... } px4_custom_mode |
| uint16_t px4_custom_mode::custom_mode_hl |
Definition at line 44 of file px4_custom_mode.h.
Referenced by PX4FirmwarePlugin::highLatencyCustomModeTo32Bits().
| uint32_t px4_custom_mode::data |
Definition at line 40 of file px4_custom_mode.h.
Referenced by PX4FirmwarePlugin::highLatencyCustomModeTo32Bits().
| float px4_custom_mode::data_float |
Definition at line 41 of file px4_custom_mode.h.
| uint8_t px4_custom_mode::main_mode |
Definition at line 37 of file px4_custom_mode.h.
| uint16_t px4_custom_mode::reserved |
Definition at line 36 of file px4_custom_mode.h.
| uint16_t px4_custom_mode::reserved_hl |
Definition at line 43 of file px4_custom_mode.h.
| uint8_t px4_custom_mode::sub_mode |
Definition at line 38 of file px4_custom_mode.h.