update xml, and pymavlink
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
|
||||
MAVPACKED(
|
||||
typedef struct __mavlink_mission_ack_t {
|
||||
uint8_t target_system; /*< System ID*/
|
||||
uint8_t target_component; /*< Component ID*/
|
||||
uint8_t type; /*< See MAV_MISSION_RESULT enum*/
|
||||
uint8_t mission_type; /*< Mission type, see MAV_MISSION_TYPE*/
|
||||
uint8_t target_system; /*< System ID*/
|
||||
uint8_t target_component; /*< Component ID*/
|
||||
uint8_t type; /*< See MAV_MISSION_RESULT enum*/
|
||||
uint8_t mission_type; /*< Mission type, see MAV_MISSION_TYPE*/
|
||||
}) mavlink_mission_ack_t;
|
||||
|
||||
#define MAVLINK_MSG_ID_MISSION_ACK_LEN 4
|
||||
@@ -50,10 +50,10 @@ typedef struct __mavlink_mission_ack_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 type See MAV_MISSION_RESULT enum
|
||||
* @param mission_type Mission type, see MAV_MISSION_TYPE
|
||||
* @param target_system System ID
|
||||
* @param target_component Component ID
|
||||
* @param type See MAV_MISSION_RESULT enum
|
||||
* @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_ack_pack(uint8_t system_id, uint8_t component_id, mavlink_message_t* msg,
|
||||
@@ -87,10 +87,10 @@ static inline uint16_t mavlink_msg_mission_ack_pack(uint8_t system_id, uint8_t c
|
||||
* @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 type See MAV_MISSION_RESULT enum
|
||||
* @param mission_type Mission type, see MAV_MISSION_TYPE
|
||||
* @param target_system System ID
|
||||
* @param target_component Component ID
|
||||
* @param type See MAV_MISSION_RESULT enum
|
||||
* @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_ack_pack_chan(uint8_t system_id, uint8_t component_id, uint8_t chan,
|
||||
@@ -150,10 +150,10 @@ static inline uint16_t mavlink_msg_mission_ack_encode_chan(uint8_t system_id, ui
|
||||
* @brief Send a mission_ack message
|
||||
* @param chan MAVLink channel to send the message
|
||||
*
|
||||
* @param target_system System ID
|
||||
* @param target_component Component ID
|
||||
* @param type See MAV_MISSION_RESULT enum
|
||||
* @param mission_type Mission type, see MAV_MISSION_TYPE
|
||||
* @param target_system System ID
|
||||
* @param target_component Component ID
|
||||
* @param type See MAV_MISSION_RESULT enum
|
||||
* @param mission_type Mission type, see MAV_MISSION_TYPE
|
||||
*/
|
||||
#ifdef MAVLINK_USE_CONVENIENCE_FUNCTIONS
|
||||
|
||||
@@ -230,7 +230,7 @@ static inline void mavlink_msg_mission_ack_send_buf(mavlink_message_t *msgbuf, m
|
||||
/**
|
||||
* @brief Get field target_system from mission_ack message
|
||||
*
|
||||
* @return System ID
|
||||
* @return System ID
|
||||
*/
|
||||
static inline uint8_t mavlink_msg_mission_ack_get_target_system(const mavlink_message_t* msg)
|
||||
{
|
||||
@@ -240,7 +240,7 @@ static inline uint8_t mavlink_msg_mission_ack_get_target_system(const mavlink_me
|
||||
/**
|
||||
* @brief Get field target_component from mission_ack message
|
||||
*
|
||||
* @return Component ID
|
||||
* @return Component ID
|
||||
*/
|
||||
static inline uint8_t mavlink_msg_mission_ack_get_target_component(const mavlink_message_t* msg)
|
||||
{
|
||||
@@ -250,7 +250,7 @@ static inline uint8_t mavlink_msg_mission_ack_get_target_component(const mavlink
|
||||
/**
|
||||
* @brief Get field type from mission_ack message
|
||||
*
|
||||
* @return See MAV_MISSION_RESULT enum
|
||||
* @return See MAV_MISSION_RESULT enum
|
||||
*/
|
||||
static inline uint8_t mavlink_msg_mission_ack_get_type(const mavlink_message_t* msg)
|
||||
{
|
||||
@@ -260,7 +260,7 @@ static inline uint8_t mavlink_msg_mission_ack_get_type(const mavlink_message_t*
|
||||
/**
|
||||
* @brief Get field mission_type from mission_ack message
|
||||
*
|
||||
* @return Mission type, see MAV_MISSION_TYPE
|
||||
* @return Mission type, see MAV_MISSION_TYPE
|
||||
*/
|
||||
static inline uint8_t mavlink_msg_mission_ack_get_mission_type(const mavlink_message_t* msg)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user