GCS_MAVLink: regenerate mavlink headers

This commit is contained in:
Andrew Tridgell 2014-06-30 08:25:16 +10:00
parent c6a76e8d97
commit 1ed716976c
3 changed files with 5 additions and 3 deletions

View File

@ -170,7 +170,9 @@ typedef enum CAMERA_FEEDBACK_FLAGS
{
VIDEO=1, /* Shooting video, not stills | */
BADEXPOSURE=2, /* Unable to achieve requested exposure (e.g. shutter speed too low) | */
CAMERA_FEEDBACK_FLAGS_ENUM_END=3, /* | */
CLOSEDLOOP=3, /* Closed loop feedback from camera, we know for sure it has successfully taken a picture | */
OPENLOOP=4, /* Open loop camera, an image trigger has been requested but we can't know for sure it has successfully taken a picture | */
CAMERA_FEEDBACK_FLAGS_ENUM_END=5, /* | */
} CAMERA_FEEDBACK_FLAGS;
#endif

View File

@ -5,7 +5,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Tue Jun 17 20:21:16 2014"
#define MAVLINK_BUILD_DATE "Mon Jun 30 08:24:55 2014"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255

View File

@ -5,7 +5,7 @@
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Tue Jun 17 20:21:16 2014"
#define MAVLINK_BUILD_DATE "Mon Jun 30 08:24:55 2014"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255