Commit 3d8456a2 authored by PX4BuildBot's avatar PX4BuildBot

autogenerated headers for rev...

autogenerated headers for rev https://github.com/mavlink/mavlink/tree/98cca84687dcdec7b2d7f3c180635d3a98a69b05
parent 8f9adb37
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Nov 04 2020" #define MAVLINK_BUILD_DATE "Thu Nov 05 2020"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Nov 04 2020" #define MAVLINK_BUILD_DATE "Thu Nov 05 2020"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Nov 04 2020" #define MAVLINK_BUILD_DATE "Thu Nov 05 2020"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
...@@ -16,7 +16,7 @@ typedef struct __mavlink_command_int_t { ...@@ -16,7 +16,7 @@ typedef struct __mavlink_command_int_t {
uint8_t target_system; /*< System ID*/ uint8_t target_system; /*< System ID*/
uint8_t target_component; /*< Component ID*/ uint8_t target_component; /*< Component ID*/
uint8_t frame; /*< The coordinate system of the COMMAND.*/ uint8_t frame; /*< The coordinate system of the COMMAND.*/
uint8_t current; /*< false:0, true:1*/ uint8_t current; /*< Not used.*/
uint8_t autocontinue; /*< Not used (set 0).*/ uint8_t autocontinue; /*< Not used (set 0).*/
} mavlink_command_int_t; } mavlink_command_int_t;
...@@ -81,7 +81,7 @@ typedef struct __mavlink_command_int_t { ...@@ -81,7 +81,7 @@ typedef struct __mavlink_command_int_t {
* @param target_component Component ID * @param target_component Component ID
* @param frame The coordinate system of the COMMAND. * @param frame The coordinate system of the COMMAND.
* @param command The scheduled action for the mission item. * @param command The scheduled action for the mission item.
* @param current false:0, true:1 * @param current Not used.
* @param autocontinue Not used (set 0). * @param autocontinue Not used (set 0).
* @param param1 PARAM1, see MAV_CMD enum * @param param1 PARAM1, see MAV_CMD enum
* @param param2 PARAM2, see MAV_CMD enum * @param param2 PARAM2, see MAV_CMD enum
...@@ -145,7 +145,7 @@ static inline uint16_t mavlink_msg_command_int_pack(uint8_t system_id, uint8_t c ...@@ -145,7 +145,7 @@ static inline uint16_t mavlink_msg_command_int_pack(uint8_t system_id, uint8_t c
* @param target_component Component ID * @param target_component Component ID
* @param frame The coordinate system of the COMMAND. * @param frame The coordinate system of the COMMAND.
* @param command The scheduled action for the mission item. * @param command The scheduled action for the mission item.
* @param current false:0, true:1 * @param current Not used.
* @param autocontinue Not used (set 0). * @param autocontinue Not used (set 0).
* @param param1 PARAM1, see MAV_CMD enum * @param param1 PARAM1, see MAV_CMD enum
* @param param2 PARAM2, see MAV_CMD enum * @param param2 PARAM2, see MAV_CMD enum
...@@ -235,7 +235,7 @@ static inline uint16_t mavlink_msg_command_int_encode_chan(uint8_t system_id, ui ...@@ -235,7 +235,7 @@ static inline uint16_t mavlink_msg_command_int_encode_chan(uint8_t system_id, ui
* @param target_component Component ID * @param target_component Component ID
* @param frame The coordinate system of the COMMAND. * @param frame The coordinate system of the COMMAND.
* @param command The scheduled action for the mission item. * @param command The scheduled action for the mission item.
* @param current false:0, true:1 * @param current Not used.
* @param autocontinue Not used (set 0). * @param autocontinue Not used (set 0).
* @param param1 PARAM1, see MAV_CMD enum * @param param1 PARAM1, see MAV_CMD enum
* @param param2 PARAM2, see MAV_CMD enum * @param param2 PARAM2, see MAV_CMD enum
...@@ -396,7 +396,7 @@ static inline uint16_t mavlink_msg_command_int_get_command(const mavlink_message ...@@ -396,7 +396,7 @@ static inline uint16_t mavlink_msg_command_int_get_command(const mavlink_message
/** /**
* @brief Get field current from command_int message * @brief Get field current from command_int message
* *
* @return false:0, true:1 * @return Not used.
*/ */
static inline uint8_t mavlink_msg_command_int_get_current(const mavlink_message_t* msg) static inline uint8_t mavlink_msg_command_int_get_current(const mavlink_message_t* msg)
{ {
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Nov 04 2020" #define MAVLINK_BUILD_DATE "Thu Nov 05 2020"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Nov 04 2020" #define MAVLINK_BUILD_DATE "Thu Nov 05 2020"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 46 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 46
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Nov 04 2020" #define MAVLINK_BUILD_DATE "Thu Nov 05 2020"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
...@@ -4842,7 +4842,7 @@ ...@@ -4842,7 +4842,7 @@
<field type="uint8_t" name="target_component">Component ID</field> <field type="uint8_t" name="target_component">Component ID</field>
<field type="uint8_t" name="frame" enum="MAV_FRAME">The coordinate system of the COMMAND.</field> <field type="uint8_t" name="frame" enum="MAV_FRAME">The coordinate system of the COMMAND.</field>
<field type="uint16_t" name="command" enum="MAV_CMD">The scheduled action for the mission item.</field> <field type="uint16_t" name="command" enum="MAV_CMD">The scheduled action for the mission item.</field>
<field type="uint8_t" name="current">false:0, true:1</field> <field type="uint8_t" name="current">Not used.</field>
<field type="uint8_t" name="autocontinue">Not used (set 0).</field> <field type="uint8_t" name="autocontinue">Not used (set 0).</field>
<field type="float" name="param1">PARAM1, see MAV_CMD enum</field> <field type="float" name="param1">PARAM1, see MAV_CMD enum</field>
<field type="float" name="param2">PARAM2, see MAV_CMD enum</field> <field type="float" name="param2">PARAM2, see MAV_CMD enum</field>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Nov 04 2020" #define MAVLINK_BUILD_DATE "Thu Nov 05 2020"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 22 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 22
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Nov 04 2020" #define MAVLINK_BUILD_DATE "Thu Nov 05 2020"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Nov 04 2020" #define MAVLINK_BUILD_DATE "Thu Nov 05 2020"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 179 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 179
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#ifndef MAVLINK_VERSION_H #ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H #define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Nov 04 2020" #define MAVLINK_BUILD_DATE "Thu Nov 05 2020"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0" #define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment