|
|
@@ -23,9 +23,11 @@ typedef struct __mavlink_fmub_status_t {
|
|
|
float amsl; /*< [m] altitude above mean sea level.*/
|
|
|
int32_t ins_status; /*< */
|
|
|
int32_t ins_flag; /*< */
|
|
|
- uint16_t throttle; /*< throttle output.*/
|
|
|
+ uint16_t throttle; /*< throttle
|
|
|
+ output.*/
|
|
|
uint8_t flight_mode; /*< flight mode.*/
|
|
|
- uint8_t btake_status; /*< backup takeover
|
|
|
+ uint8_t btake_status; /*< backup
|
|
|
+ takeover
|
|
|
status.*/
|
|
|
} mavlink_fmub_status_t;
|
|
|
|
|
|
@@ -120,9 +122,11 @@ typedef struct __mavlink_fmub_status_t {
|
|
|
* @param amsl [m] altitude above mean sea level.
|
|
|
* @param ins_status
|
|
|
* @param ins_flag
|
|
|
- * @param throttle throttle output.
|
|
|
+ * @param throttle throttle
|
|
|
+ output.
|
|
|
* @param flight_mode flight mode.
|
|
|
- * @param btake_status backup takeover
|
|
|
+ * @param btake_status backup
|
|
|
+ takeover
|
|
|
status.
|
|
|
* @return length of the message in bytes (excluding serial stream start sign)
|
|
|
*/
|
|
|
@@ -210,9 +214,11 @@ static inline uint16_t mavlink_msg_fmub_status_pack(uint8_t system_id, uint8_t c
|
|
|
* @param amsl [m] altitude above mean sea level.
|
|
|
* @param ins_status
|
|
|
* @param ins_flag
|
|
|
- * @param throttle throttle output.
|
|
|
+ * @param throttle throttle
|
|
|
+ output.
|
|
|
* @param flight_mode flight mode.
|
|
|
- * @param btake_status backup takeover
|
|
|
+ * @param btake_status backup
|
|
|
+ takeover
|
|
|
status.
|
|
|
* @return length of the message in bytes (excluding serial stream start sign)
|
|
|
*/
|
|
|
@@ -303,9 +309,11 @@ static inline uint16_t mavlink_msg_fmub_status_pack_status(uint8_t system_id, ui
|
|
|
* @param amsl [m] altitude above mean sea level.
|
|
|
* @param ins_status
|
|
|
* @param ins_flag
|
|
|
- * @param throttle throttle output.
|
|
|
+ * @param throttle throttle
|
|
|
+ output.
|
|
|
* @param flight_mode flight mode.
|
|
|
- * @param btake_status backup takeover
|
|
|
+ * @param btake_status backup
|
|
|
+ takeover
|
|
|
status.
|
|
|
* @return length of the message in bytes (excluding serial stream start sign)
|
|
|
*/
|
|
|
@@ -432,9 +440,11 @@ static inline uint16_t mavlink_msg_fmub_status_encode_status(uint8_t system_id,
|
|
|
* @param amsl [m] altitude above mean sea level.
|
|
|
* @param ins_status
|
|
|
* @param ins_flag
|
|
|
- * @param throttle throttle output.
|
|
|
+ * @param throttle throttle
|
|
|
+ output.
|
|
|
* @param flight_mode flight mode.
|
|
|
- * @param btake_status backup takeover
|
|
|
+ * @param btake_status backup
|
|
|
+ takeover
|
|
|
status.
|
|
|
*/
|
|
|
#ifdef MAVLINK_USE_CONVENIENCE_FUNCTIONS
|
|
|
@@ -760,7 +770,8 @@ static inline int32_t mavlink_msg_fmub_status_get_ins_flag(const mavlink_message
|
|
|
/**
|
|
|
* @brief Get field throttle from fmub_status message
|
|
|
*
|
|
|
- * @return throttle output.
|
|
|
+ * @return throttle
|
|
|
+ output.
|
|
|
*/
|
|
|
static inline uint16_t mavlink_msg_fmub_status_get_throttle(const mavlink_message_t* msg)
|
|
|
{
|
|
|
@@ -780,7 +791,8 @@ static inline uint8_t mavlink_msg_fmub_status_get_flight_mode(const mavlink_mess
|
|
|
/**
|
|
|
* @brief Get field btake_status from fmub_status message
|
|
|
*
|
|
|
- * @return backup takeover
|
|
|
+ * @return backup
|
|
|
+ takeover
|
|
|
status.
|
|
|
*/
|
|
|
static inline uint8_t mavlink_msg_fmub_status_get_btake_status(const mavlink_message_t* msg)
|