PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <uORB/uORB.h>
Go to the source code of this file.
Classes | |
struct | landing_gear_s |
Macros | |
#define | LANDING_GEAR_GEAR_UP 1 |
#define | LANDING_GEAR_GEAR_DOWN -1 |
#define | LANDING_GEAR_GEAR_KEEP 0 |
Functions | |
ORB_DECLARE (landing_gear) | |
#define LANDING_GEAR_GEAR_DOWN -1 |
Definition at line 45 of file landing_gear.h.
#define LANDING_GEAR_GEAR_KEEP 0 |
Definition at line 46 of file landing_gear.h.
#define LANDING_GEAR_GEAR_UP 1 |
Definition at line 44 of file landing_gear.h.
ORB_DECLARE | ( | landing_gear | ) |