PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <uORB/uORB.h>
Go to the source code of this file.
Classes | |
struct | geofence_result_s |
Macros | |
#define | GEOFENCE_RESULT_GF_ACTION_NONE 0 |
#define | GEOFENCE_RESULT_GF_ACTION_WARN 1 |
#define | GEOFENCE_RESULT_GF_ACTION_LOITER 2 |
#define | GEOFENCE_RESULT_GF_ACTION_RTL 3 |
#define | GEOFENCE_RESULT_GF_ACTION_TERMINATE 4 |
Functions | |
ORB_DECLARE (geofence_result) | |
#define GEOFENCE_RESULT_GF_ACTION_LOITER 2 |
Definition at line 46 of file geofence_result.h.
#define GEOFENCE_RESULT_GF_ACTION_NONE 0 |
Definition at line 44 of file geofence_result.h.
#define GEOFENCE_RESULT_GF_ACTION_RTL 3 |
Definition at line 47 of file geofence_result.h.
#define GEOFENCE_RESULT_GF_ACTION_TERMINATE 4 |
Definition at line 48 of file geofence_result.h.
#define GEOFENCE_RESULT_GF_ACTION_WARN 1 |
Definition at line 45 of file geofence_result.h.
ORB_DECLARE | ( | geofence_result | ) |