|
@@ -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 3626662836185239078
|
|
|
+#define MAVLINK_VKFLY_XML_HASH 393070732020167691
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
extern "C" {
|
|
@@ -173,23 +173,11 @@ typedef enum VKFLY_SYS_ERROR1
|
|
|
VKFLY_SYS_ERROR1_INS_INVALID=32, /* Autopilot system solved positioning not ready. | */
|
|
|
VKFLY_SYS_ERROR1_OUT_FENCE=64, /* Position out of fence range. | */
|
|
|
VKFLY_SYS_ERROR1_OBV_LINK_LOST=128, /* Obv mavlink com link lost. | */
|
|
|
- VKFLY_SYS_ERROR1_ENUM_END=129, /* | */
|
|
|
+ VKFLY_SYS_ERROR1_BATBMS_LINK_LOST=256, /* Battery bms link lost. | */
|
|
|
+ VKFLY_SYS_ERROR1_ENUM_END=257, /* | */
|
|
|
} VKFLY_SYS_ERROR1;
|
|
|
#endif
|
|
|
|
|
|
-/** @brief bitmap for SYS_STATUS error1 */
|
|
|
-#ifndef HAVE_ENUM_VKFLY_SYS_ERROR2
|
|
|
-#define HAVE_ENUM_VKFLY_SYS_ERROR2
|
|
|
-typedef enum VKFLY_SYS_ERROR2
|
|
|
-{
|
|
|
- VKFLY_SYS_ERROR2_PREARM_CHECK_IMU=1, /* | */
|
|
|
- VKFLY_SYS_ERROR2_PREARM_CHECK_TILT=2, /* | */
|
|
|
- VKFLY_SYS_ERROR2_PREARM_CHECK_VELOCITY=4, /* | */
|
|
|
- VKFLY_SYS_ERROR2_PREARM_RC_BAD=8, /* | */
|
|
|
- VKFLY_SYS_ERROR2_ENUM_END=9, /* | */
|
|
|
-} VKFLY_SYS_ERROR2;
|
|
|
-#endif
|
|
|
-
|
|
|
/** @brief bitmap for SYS_STATUS error3 */
|
|
|
#ifndef HAVE_ENUM_VKFLY_SYS_ERROR3
|
|
|
#define HAVE_ENUM_VKFLY_SYS_ERROR3
|