Commit 1eff57ee authored by PX4BuildBot's avatar PX4BuildBot

autogenerated headers for rev...

autogenerated headers for rev https://github.com/mavlink/mavlink/tree/162381c6d43db57afcf1f25de403d35c5f5db4b3
parent 075f46cf
...@@ -17,7 +17,7 @@ typedef struct __mavlink_command_int_t { ...@@ -17,7 +17,7 @@ typedef struct __mavlink_command_int_t {
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; /*< false:0, true:1*/
uint8_t autocontinue; /*< autocontinue to next wp*/ uint8_t autocontinue; /*< Not used (set 0).*/
} mavlink_command_int_t; } mavlink_command_int_t;
#define MAVLINK_MSG_ID_COMMAND_INT_LEN 35 #define MAVLINK_MSG_ID_COMMAND_INT_LEN 35
...@@ -82,7 +82,7 @@ typedef struct __mavlink_command_int_t { ...@@ -82,7 +82,7 @@ typedef struct __mavlink_command_int_t {
* @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 false:0, true:1
* @param autocontinue autocontinue to next wp * @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
* @param param3 PARAM3, see MAV_CMD enum * @param param3 PARAM3, see MAV_CMD enum
...@@ -146,7 +146,7 @@ static inline uint16_t mavlink_msg_command_int_pack(uint8_t system_id, uint8_t c ...@@ -146,7 +146,7 @@ static inline uint16_t mavlink_msg_command_int_pack(uint8_t system_id, uint8_t c
* @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 false:0, true:1
* @param autocontinue autocontinue to next wp * @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
* @param param3 PARAM3, see MAV_CMD enum * @param param3 PARAM3, see MAV_CMD enum
...@@ -236,7 +236,7 @@ static inline uint16_t mavlink_msg_command_int_encode_chan(uint8_t system_id, ui ...@@ -236,7 +236,7 @@ static inline uint16_t mavlink_msg_command_int_encode_chan(uint8_t system_id, ui
* @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 false:0, true:1
* @param autocontinue autocontinue to next wp * @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
* @param param3 PARAM3, see MAV_CMD enum * @param param3 PARAM3, see MAV_CMD enum
...@@ -406,7 +406,7 @@ static inline uint8_t mavlink_msg_command_int_get_current(const mavlink_message_ ...@@ -406,7 +406,7 @@ static inline uint8_t mavlink_msg_command_int_get_current(const mavlink_message_
/** /**
* @brief Get field autocontinue from command_int message * @brief Get field autocontinue from command_int message
* *
* @return autocontinue to next wp * @return Not used (set 0).
*/ */
static inline uint8_t mavlink_msg_command_int_get_autocontinue(const mavlink_message_t* msg) static inline uint8_t mavlink_msg_command_int_get_autocontinue(const mavlink_message_t* msg)
{ {
......
...@@ -4816,7 +4816,7 @@ ...@@ -4816,7 +4816,7 @@
<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">false:0, true:1</field>
<field type="uint8_t" name="autocontinue">autocontinue to next wp</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>
<field type="float" name="param3">PARAM3, see MAV_CMD enum</field> <field type="float" name="param3">PARAM3, see MAV_CMD enum</field>
......
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