update xml, and pymavlink

This commit is contained in:
Matt
2018-06-03 17:07:10 +08:00
parent ec25673f44
commit 6a1a7939a4
247 changed files with 9247 additions and 9027 deletions
+15 -15
View File
@@ -5,9 +5,9 @@
MAVPACKED(
typedef struct __mavlink_mission_clear_all_t {
uint8_t target_system; /*< System ID*/
uint8_t target_component; /*< Component ID*/
uint8_t mission_type; /*< Mission type, see MAV_MISSION_TYPE*/
uint8_t target_system; /*< System ID*/
uint8_t target_component; /*< Component ID*/
uint8_t mission_type; /*< Mission type, see MAV_MISSION_TYPE*/
}) mavlink_mission_clear_all_t;
#define MAVLINK_MSG_ID_MISSION_CLEAR_ALL_LEN 3
@@ -47,9 +47,9 @@ typedef struct __mavlink_mission_clear_all_t {
* @param component_id ID of this component (e.g. 200 for IMU)
* @param msg The MAVLink message to compress the data into
*
* @param target_system System ID
* @param target_component Component ID
* @param mission_type Mission type, see MAV_MISSION_TYPE
* @param target_system System ID
* @param target_component Component ID
* @param mission_type Mission type, see MAV_MISSION_TYPE
* @return length of the message in bytes (excluding serial stream start sign)
*/
static inline uint16_t mavlink_msg_mission_clear_all_pack(uint8_t system_id, uint8_t component_id, mavlink_message_t* msg,
@@ -81,9 +81,9 @@ static inline uint16_t mavlink_msg_mission_clear_all_pack(uint8_t system_id, uin
* @param component_id ID of this component (e.g. 200 for IMU)
* @param chan The MAVLink channel this message will be sent over
* @param msg The MAVLink message to compress the data into
* @param target_system System ID
* @param target_component Component ID
* @param mission_type Mission type, see MAV_MISSION_TYPE
* @param target_system System ID
* @param target_component Component ID
* @param mission_type Mission type, see MAV_MISSION_TYPE
* @return length of the message in bytes (excluding serial stream start sign)
*/
static inline uint16_t mavlink_msg_mission_clear_all_pack_chan(uint8_t system_id, uint8_t component_id, uint8_t chan,
@@ -141,9 +141,9 @@ static inline uint16_t mavlink_msg_mission_clear_all_encode_chan(uint8_t system_
* @brief Send a mission_clear_all message
* @param chan MAVLink channel to send the message
*
* @param target_system System ID
* @param target_component Component ID
* @param mission_type Mission type, see MAV_MISSION_TYPE
* @param target_system System ID
* @param target_component Component ID
* @param mission_type Mission type, see MAV_MISSION_TYPE
*/
#ifdef MAVLINK_USE_CONVENIENCE_FUNCTIONS
@@ -216,7 +216,7 @@ static inline void mavlink_msg_mission_clear_all_send_buf(mavlink_message_t *msg
/**
* @brief Get field target_system from mission_clear_all message
*
* @return System ID
* @return System ID
*/
static inline uint8_t mavlink_msg_mission_clear_all_get_target_system(const mavlink_message_t* msg)
{
@@ -226,7 +226,7 @@ static inline uint8_t mavlink_msg_mission_clear_all_get_target_system(const mavl
/**
* @brief Get field target_component from mission_clear_all message
*
* @return Component ID
* @return Component ID
*/
static inline uint8_t mavlink_msg_mission_clear_all_get_target_component(const mavlink_message_t* msg)
{
@@ -236,7 +236,7 @@ static inline uint8_t mavlink_msg_mission_clear_all_get_target_component(const m
/**
* @brief Get field mission_type from mission_clear_all message
*
* @return Mission type, see MAV_MISSION_TYPE
* @return Mission type, see MAV_MISSION_TYPE
*/
static inline uint8_t mavlink_msg_mission_clear_all_get_mission_type(const mavlink_message_t* msg)
{