|
@@ -10,7 +10,7 @@
|
|
|
#error Wrong include order: MAVLINK_VKFLY.H MUST NOT BE DIRECTLY USED. Include mavlink.h from the same directory instead or set ALL AND EVERY defines from MAVLINK.H manually accordingly, including the #define MAVLINK_H call.
|
|
|
#endif
|
|
|
|
|
|
-#define MAVLINK_VKFLY_XML_HASH 215163825287409684
|
|
|
+#define MAVLINK_VKFLY_XML_HASH -2184010990295071235
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
extern "C" {
|
|
@@ -214,6 +214,7 @@ typedef enum VKFLY_SYS_ERROR3
|
|
|
#define HAVE_ENUM_VKFLY_CUSTOM_MODE
|
|
|
typedef enum VKFLY_CUSTOM_MODE
|
|
|
{
|
|
|
+ VKFLY_CUSTOM_MODE_STANDBY=1, /* Standby mode | */
|
|
|
VKFLY_CUSTOM_MODE_ATTITUDE=3, /* Attitude mode | */
|
|
|
VKFLY_CUSTOM_MODE_POSHOLD=4, /* Poshold mode | */
|
|
|
VKFLY_CUSTOM_MODE_TAKEOFF=10, /* Auto takeoff. | */
|
|
@@ -231,7 +232,16 @@ typedef enum VKFLY_CUSTOM_MODE
|
|
|
VKFLY_CUSTOM_MODE_OBAVOID=26, /* Obavoid | */
|
|
|
VKFLY_CUSTOM_MODE_OFFBOARD=27, /* Offboard command control. | */
|
|
|
VKFLY_CUSTOM_MODE_FORMATION=28, /* Formation fly mode | */
|
|
|
- VKFLY_CUSTOM_MODE_ENUM_END=29, /* | */
|
|
|
+ VKFLY_CUSTOM_MODE_FW_MANUL=51, /* Fixedwing manul mode | */
|
|
|
+ VKFLY_CUSTOM_MODE_FW_ATTITUDE=52, /* Fixedwing attitude mode | */
|
|
|
+ VKFLY_CUSTOM_MODE_FW_CRUISE=53, /* Fixedwing cruise mode | */
|
|
|
+ VKFLY_CUSTOM_MODE_FW_CIRCLE=54, /* Fixedwing circle mode | */
|
|
|
+ VKFLY_CUSTOM_MODE_FW_TAKEOFF=55, /* Fixedwing circle mode | */
|
|
|
+ VKFLY_CUSTOM_MODE_FW_GUIDE=56, /* Fixedwing guide mode | */
|
|
|
+ VKFLY_CUSTOM_MODE_FW_LAND=57, /* Fixedwing land mode | */
|
|
|
+ VKFLY_CUSTOM_MODE_FW_RTL=58, /* Fixedwing return to launch mode | */
|
|
|
+ VKFLY_CUSTOM_MODE_FW_GPS_FS=59, /* Fixedwing GPS fail safe mode | */
|
|
|
+ VKFLY_CUSTOM_MODE_ENUM_END=60, /* | */
|
|
|
} VKFLY_CUSTOM_MODE;
|
|
|
#endif
|
|
|
|