Skip to content

Commit

Permalink
autogenerated headers for rev https://github.com/mavlink/mavlink/tree…
Browse files Browse the repository at this point in the history
  • Loading branch information
PX4BuildBot committed Jul 29, 2021
1 parent f57b9ff commit 5095bcd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions development/mavlink_msg_hygrometer_sensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@


typedef struct __mavlink_hygrometer_sensor_t {
int16_t temperature; /*< [cdegC] temperature*/
uint16_t humidity; /*< [c%] humidity*/
int16_t temperature; /*< [cdegC] Temperature*/
uint16_t humidity; /*< [c%] Humidity*/
uint8_t id; /*< Hygrometer ID*/
} mavlink_hygrometer_sensor_t;

Expand Down Expand Up @@ -48,8 +48,8 @@ typedef struct __mavlink_hygrometer_sensor_t {
* @param msg The MAVLink message to compress the data into
*
* @param id Hygrometer ID
* @param temperature [cdegC] temperature
* @param humidity [c%] humidity
* @param temperature [cdegC] Temperature
* @param humidity [c%] Humidity
* @return length of the message in bytes (excluding serial stream start sign)
*/
static inline uint16_t mavlink_msg_hygrometer_sensor_pack(uint8_t system_id, uint8_t component_id, mavlink_message_t* msg,
Expand Down Expand Up @@ -82,8 +82,8 @@ static inline uint16_t mavlink_msg_hygrometer_sensor_pack(uint8_t system_id, uin
* @param chan The MAVLink channel this message will be sent over
* @param msg The MAVLink message to compress the data into
* @param id Hygrometer ID
* @param temperature [cdegC] temperature
* @param humidity [c%] humidity
* @param temperature [cdegC] Temperature
* @param humidity [c%] Humidity
* @return length of the message in bytes (excluding serial stream start sign)
*/
static inline uint16_t mavlink_msg_hygrometer_sensor_pack_chan(uint8_t system_id, uint8_t component_id, uint8_t chan,
Expand Down Expand Up @@ -142,8 +142,8 @@ static inline uint16_t mavlink_msg_hygrometer_sensor_encode_chan(uint8_t system_
* @param chan MAVLink channel to send the message
*
* @param id Hygrometer ID
* @param temperature [cdegC] temperature
* @param humidity [c%] humidity
* @param temperature [cdegC] Temperature
* @param humidity [c%] Humidity
*/
#ifdef MAVLINK_USE_CONVENIENCE_FUNCTIONS

Expand Down Expand Up @@ -226,7 +226,7 @@ static inline uint8_t mavlink_msg_hygrometer_sensor_get_id(const mavlink_message
/**
* @brief Get field temperature from hygrometer_sensor message
*
* @return [cdegC] temperature
* @return [cdegC] Temperature
*/
static inline int16_t mavlink_msg_hygrometer_sensor_get_temperature(const mavlink_message_t* msg)
{
Expand All @@ -236,7 +236,7 @@ static inline int16_t mavlink_msg_hygrometer_sensor_get_temperature(const mavlin
/**
* @brief Get field humidity from hygrometer_sensor message
*
* @return [c%] humidity
* @return [c%] Humidity
*/
static inline uint16_t mavlink_msg_hygrometer_sensor_get_humidity(const mavlink_message_t* msg)
{
Expand Down
6 changes: 3 additions & 3 deletions message_definitions/development.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@
<message id="420" name="HYGROMETER_SENSOR">
<wip/>
<!-- This message is work-in-progress and it can therefore change. It should NOT be used in stable production environments. -->
<description>temperature and humidity from hygrometer.</description>
<description>Temperature and humidity from a hygrometer.</description>
<field type="uint8_t" name="id" instance="true">Hygrometer ID</field>
<field type="int16_t" name="temperature" units="cdegC">temperature</field>
<field type="uint16_t" name="humidity" units="c%">humidity</field>
<field type="int16_t" name="temperature" units="cdegC">Temperature</field>
<field type="uint16_t" name="humidity" units="c%">Humidity</field>
</message>
</messages>
</mavlink>

0 comments on commit 5095bcd

Please sign in to comment.