Commit c137e3d4 authored by PX4BuildBot's avatar PX4BuildBot

autogenerated headers for rev...

autogenerated headers for rev https://github.com/mavlink/mavlink/tree/a04c5740947ffcbc326203352c5a4ba18fde3e65
parent 18f57223
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
typedef struct __mavlink_vfr_hud_t { typedef struct __mavlink_vfr_hud_t {
float airspeed; /*< [m/s] Current indicated airspeed (IAS).*/ float airspeed; /*< [m/s] Vehicle speed in form appropriate for vehicle type. For standard aircraft this is typically calibrated airspeed (CAS) or indicated airspeed (IAS) - either of which can be used by a pilot to estimate stall speed.*/
float groundspeed; /*< [m/s] Current ground speed.*/ float groundspeed; /*< [m/s] Current ground speed.*/
float alt; /*< [m] Current altitude (MSL).*/ float alt; /*< [m] Current altitude (MSL).*/
float climb; /*< [m/s] Current climb rate.*/ float climb; /*< [m/s] Current climb rate.*/
...@@ -56,7 +56,7 @@ typedef struct __mavlink_vfr_hud_t { ...@@ -56,7 +56,7 @@ typedef struct __mavlink_vfr_hud_t {
* @param component_id ID of this component (e.g. 200 for IMU) * @param component_id ID of this component (e.g. 200 for IMU)
* @param msg The MAVLink message to compress the data into * @param msg The MAVLink message to compress the data into
* *
* @param airspeed [m/s] Current indicated airspeed (IAS). * @param airspeed [m/s] Vehicle speed in form appropriate for vehicle type. For standard aircraft this is typically calibrated airspeed (CAS) or indicated airspeed (IAS) - either of which can be used by a pilot to estimate stall speed.
* @param groundspeed [m/s] Current ground speed. * @param groundspeed [m/s] Current ground speed.
* @param heading [deg] Current heading in compass units (0-360, 0=north). * @param heading [deg] Current heading in compass units (0-360, 0=north).
* @param throttle [%] Current throttle setting (0 to 100). * @param throttle [%] Current throttle setting (0 to 100).
...@@ -99,7 +99,7 @@ static inline uint16_t mavlink_msg_vfr_hud_pack(uint8_t system_id, uint8_t compo ...@@ -99,7 +99,7 @@ static inline uint16_t mavlink_msg_vfr_hud_pack(uint8_t system_id, uint8_t compo
* @param component_id ID of this component (e.g. 200 for IMU) * @param component_id ID of this component (e.g. 200 for IMU)
* @param chan The MAVLink channel this message will be sent over * @param chan The MAVLink channel this message will be sent over
* @param msg The MAVLink message to compress the data into * @param msg The MAVLink message to compress the data into
* @param airspeed [m/s] Current indicated airspeed (IAS). * @param airspeed [m/s] Vehicle speed in form appropriate for vehicle type. For standard aircraft this is typically calibrated airspeed (CAS) or indicated airspeed (IAS) - either of which can be used by a pilot to estimate stall speed.
* @param groundspeed [m/s] Current ground speed. * @param groundspeed [m/s] Current ground speed.
* @param heading [deg] Current heading in compass units (0-360, 0=north). * @param heading [deg] Current heading in compass units (0-360, 0=north).
* @param throttle [%] Current throttle setting (0 to 100). * @param throttle [%] Current throttle setting (0 to 100).
...@@ -168,7 +168,7 @@ static inline uint16_t mavlink_msg_vfr_hud_encode_chan(uint8_t system_id, uint8_ ...@@ -168,7 +168,7 @@ static inline uint16_t mavlink_msg_vfr_hud_encode_chan(uint8_t system_id, uint8_
* @brief Send a vfr_hud message * @brief Send a vfr_hud message
* @param chan MAVLink channel to send the message * @param chan MAVLink channel to send the message
* *
* @param airspeed [m/s] Current indicated airspeed (IAS). * @param airspeed [m/s] Vehicle speed in form appropriate for vehicle type. For standard aircraft this is typically calibrated airspeed (CAS) or indicated airspeed (IAS) - either of which can be used by a pilot to estimate stall speed.
* @param groundspeed [m/s] Current ground speed. * @param groundspeed [m/s] Current ground speed.
* @param heading [deg] Current heading in compass units (0-360, 0=north). * @param heading [deg] Current heading in compass units (0-360, 0=north).
* @param throttle [%] Current throttle setting (0 to 100). * @param throttle [%] Current throttle setting (0 to 100).
...@@ -258,7 +258,7 @@ static inline void mavlink_msg_vfr_hud_send_buf(mavlink_message_t *msgbuf, mavli ...@@ -258,7 +258,7 @@ static inline void mavlink_msg_vfr_hud_send_buf(mavlink_message_t *msgbuf, mavli
/** /**
* @brief Get field airspeed from vfr_hud message * @brief Get field airspeed from vfr_hud message
* *
* @return [m/s] Current indicated airspeed (IAS). * @return [m/s] Vehicle speed in form appropriate for vehicle type. For standard aircraft this is typically calibrated airspeed (CAS) or indicated airspeed (IAS) - either of which can be used by a pilot to estimate stall speed.
*/ */
static inline float mavlink_msg_vfr_hud_get_airspeed(const mavlink_message_t* msg) static inline float mavlink_msg_vfr_hud_get_airspeed(const mavlink_message_t* msg)
{ {
......
...@@ -4983,7 +4983,7 @@ ...@@ -4983,7 +4983,7 @@
</message> </message>
<message id="74" name="VFR_HUD"> <message id="74" name="VFR_HUD">
<description>Metrics typically displayed on a HUD for fixed wing aircraft.</description> <description>Metrics typically displayed on a HUD for fixed wing aircraft.</description>
<field type="float" name="airspeed" units="m/s">Current indicated airspeed (IAS).</field> <field type="float" name="airspeed" units="m/s">Vehicle speed in form appropriate for vehicle type. For standard aircraft this is typically calibrated airspeed (CAS) or indicated airspeed (IAS) - either of which can be used by a pilot to estimate stall speed.</field>
<field type="float" name="groundspeed" units="m/s">Current ground speed.</field> <field type="float" name="groundspeed" units="m/s">Current ground speed.</field>
<field type="int16_t" name="heading" units="deg">Current heading in compass units (0-360, 0=north).</field> <field type="int16_t" name="heading" units="deg">Current heading in compass units (0-360, 0=north).</field>
<field type="uint16_t" name="throttle" units="%">Current throttle setting (0 to 100).</field> <field type="uint16_t" name="throttle" units="%">Current throttle setting (0 to 100).</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