44 #define GEOFENCE_RESULT_GF_ACTION_NONE 0 45 #define GEOFENCE_RESULT_GF_ACTION_WARN 1 46 #define GEOFENCE_RESULT_GF_ACTION_LOITER 2 47 #define GEOFENCE_RESULT_GF_ACTION_RTL 3 48 #define GEOFENCE_RESULT_GF_ACTION_TERMINATE 4 66 static constexpr uint8_t GF_ACTION_NONE = 0;
67 static constexpr uint8_t GF_ACTION_WARN = 1;
68 static constexpr uint8_t GF_ACTION_LOITER = 2;
69 static constexpr uint8_t GF_ACTION_RTL = 3;
70 static constexpr uint8_t GF_ACTION_TERMINATE = 4;
API for the uORB lightweight object broker.
ORB_DECLARE(geofence_result)