This commit is contained in:
PX4BuildBot
2015-06-18 22:25:28 +00:00
parent 85a1cebd82
commit 7a93611118
16 changed files with 19 additions and 17 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ extern "C" {
// ENUM DEFINITIONS // ENUM DEFINITIONS
/** @brief */ /** @brief Commands to be executed by the MAV. They can be executed on user request, or as part of a mission script. If the action is used in a mission, the parameter mapping to the waypoint/mission message is as follows: Param 1, Param 2, Param 3, Param 4, X: Param 5, Y:Param 6, Z:Param 7. This command list is similar what ARINC 424 is for commercial aircraft: A data format how to interpret waypoint/mission data. */
#ifndef HAVE_ENUM_MAV_CMD #ifndef HAVE_ENUM_MAV_CMD
#define HAVE_ENUM_MAV_CMD #define HAVE_ENUM_MAV_CMD
typedef enum MAV_CMD typedef enum MAV_CMD
+1 -1
View File
@@ -5,7 +5,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Jun 17 09:50:07 2015" #define MAVLINK_BUILD_DATE "Thu Jun 18 22:25:22 2015"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
+1 -1
View File
@@ -34,7 +34,7 @@ extern "C" {
// ENUM DEFINITIONS // ENUM DEFINITIONS
/** @brief */ /** @brief Commands to be executed by the MAV. They can be executed on user request, or as part of a mission script. If the action is used in a mission, the parameter mapping to the waypoint/mission message is as follows: Param 1, Param 2, Param 3, Param 4, X: Param 5, Y:Param 6, Z:Param 7. This command list is similar what ARINC 424 is for commercial aircraft: A data format how to interpret waypoint/mission data. */
#ifndef HAVE_ENUM_MAV_CMD #ifndef HAVE_ENUM_MAV_CMD
#define HAVE_ENUM_MAV_CMD #define HAVE_ENUM_MAV_CMD
typedef enum MAV_CMD typedef enum MAV_CMD
+1 -1
View File
@@ -5,7 +5,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Jun 17 09:49:07 2015" #define MAVLINK_BUILD_DATE "Thu Jun 18 22:24:16 2015"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
+4 -2
View File
@@ -58,7 +58,7 @@ typedef enum AUTOQUAD_NAV_STATUS
} AUTOQUAD_NAV_STATUS; } AUTOQUAD_NAV_STATUS;
#endif #endif
/** @brief */ /** @brief Commands to be executed by the MAV. They can be executed on user request, or as part of a mission script. If the action is used in a mission, the parameter mapping to the waypoint/mission message is as follows: Param 1, Param 2, Param 3, Param 4, X: Param 5, Y:Param 6, Z:Param 7. This command list is similar what ARINC 424 is for commercial aircraft: A data format how to interpret waypoint/mission data. */
#ifndef HAVE_ENUM_MAV_CMD #ifndef HAVE_ENUM_MAV_CMD
#define HAVE_ENUM_MAV_CMD #define HAVE_ENUM_MAV_CMD
typedef enum MAV_CMD typedef enum MAV_CMD
@@ -133,7 +133,9 @@ typedef enum MAV_CMD
} MAV_CMD; } MAV_CMD;
#endif #endif
/** @brief */ /** @brief Data stream IDs. A data stream is not a fixed set of messages, but rather a
recommendation to the autopilot software. Individual autopilots may or may not obey
the recommended messages. */
#ifndef HAVE_ENUM_MAV_DATA_STREAM #ifndef HAVE_ENUM_MAV_DATA_STREAM
#define HAVE_ENUM_MAV_DATA_STREAM #define HAVE_ENUM_MAV_DATA_STREAM
typedef enum MAV_DATA_STREAM typedef enum MAV_DATA_STREAM
+1 -1
View File
@@ -5,7 +5,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Jun 17 09:49:17 2015" #define MAVLINK_BUILD_DATE "Thu Jun 18 22:24:25 2015"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
+1 -1
View File
@@ -5,7 +5,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Jun 17 09:50:14 2015" #define MAVLINK_BUILD_DATE "Thu Jun 18 22:25:27 2015"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
+1 -1
View File
@@ -50,7 +50,7 @@ typedef enum MAV_PREFLIGHT_STORAGE_ACTION
} MAV_PREFLIGHT_STORAGE_ACTION; } MAV_PREFLIGHT_STORAGE_ACTION;
#endif #endif
/** @brief */ /** @brief Commands to be executed by the MAV. They can be executed on user request, or as part of a mission script. If the action is used in a mission, the parameter mapping to the waypoint/mission message is as follows: Param 1, Param 2, Param 3, Param 4, X: Param 5, Y:Param 6, Z:Param 7. This command list is similar what ARINC 424 is for commercial aircraft: A data format how to interpret waypoint/mission data. */
#ifndef HAVE_ENUM_MAV_CMD #ifndef HAVE_ENUM_MAV_CMD
#define HAVE_ENUM_MAV_CMD #define HAVE_ENUM_MAV_CMD
typedef enum MAV_CMD typedef enum MAV_CMD
+1 -1
View File
@@ -5,7 +5,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Jun 17 09:49:25 2015" #define MAVLINK_BUILD_DATE "Thu Jun 18 22:24:34 2015"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
+1 -1
View File
@@ -5,7 +5,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Jun 17 09:49:33 2015" #define MAVLINK_BUILD_DATE "Thu Jun 18 22:24:45 2015"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 9 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 9
+1 -1
View File
@@ -46,7 +46,7 @@ typedef enum DATA_TYPES
} DATA_TYPES; } DATA_TYPES;
#endif #endif
/** @brief */ /** @brief Commands to be executed by the MAV. They can be executed on user request, or as part of a mission script. If the action is used in a mission, the parameter mapping to the waypoint/mission message is as follows: Param 1, Param 2, Param 3, Param 4, X: Param 5, Y:Param 6, Z:Param 7. This command list is similar what ARINC 424 is for commercial aircraft: A data format how to interpret waypoint/mission data. */
#ifndef HAVE_ENUM_MAV_CMD #ifndef HAVE_ENUM_MAV_CMD
#define HAVE_ENUM_MAV_CMD #define HAVE_ENUM_MAV_CMD
typedef enum MAV_CMD typedef enum MAV_CMD
+1 -1
View File
@@ -5,7 +5,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Jun 17 09:49:34 2015" #define MAVLINK_BUILD_DATE "Thu Jun 18 22:24:50 2015"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
+1 -1
View File
@@ -34,7 +34,7 @@ extern "C" {
// ENUM DEFINITIONS // ENUM DEFINITIONS
/** @brief */ /** @brief Commands to be executed by the MAV. They can be executed on user request, or as part of a mission script. If the action is used in a mission, the parameter mapping to the waypoint/mission message is as follows: Param 1, Param 2, Param 3, Param 4, X: Param 5, Y:Param 6, Z:Param 7. This command list is similar what ARINC 424 is for commercial aircraft: A data format how to interpret waypoint/mission data. */
#ifndef HAVE_ENUM_MAV_CMD #ifndef HAVE_ENUM_MAV_CMD
#define HAVE_ENUM_MAV_CMD #define HAVE_ENUM_MAV_CMD
typedef enum MAV_CMD typedef enum MAV_CMD
+1 -1
View File
@@ -5,7 +5,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Jun 17 09:49:42 2015" #define MAVLINK_BUILD_DATE "Thu Jun 18 22:24:58 2015"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
+1 -1
View File
@@ -5,7 +5,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Jun 17 09:49:51 2015" #define MAVLINK_BUILD_DATE "Thu Jun 18 22:25:06 2015"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 179 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 179
+1 -1
View File
@@ -5,7 +5,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Jun 17 09:49:52 2015" #define MAVLINK_BUILD_DATE "Thu Jun 18 22:25:07 2015"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255