Skip to content

Commit

Permalink
common: SCALLED_PRESURE: add press diff temperature
Browse files Browse the repository at this point in the history
  • Loading branch information
IamPete1 committed Jul 21, 2020
1 parent bff7958 commit d50b92b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions message_definitions/v1.0/common.xml
Expand Up @@ -3669,6 +3669,8 @@
<field type="float" name="press_abs" units="hPa">Absolute pressure</field>
<field type="float" name="press_diff" units="hPa">Differential pressure 1</field>
<field type="int16_t" name="temperature" units="cdegC">Temperature</field>
<extensions/>
<field type="int16_t" name="temperature_press_diff" units="cdegC">Temperature</field>
</message>
<message id="30" name="ATTITUDE">
<description>The attitude in the aeronautical frame (right-handed, Z-down, X-front, Y-right).</description>
Expand Down Expand Up @@ -4694,6 +4696,8 @@
<field type="float" name="press_abs" units="hPa">Absolute pressure</field>
<field type="float" name="press_diff" units="hPa">Differential pressure</field>
<field type="int16_t" name="temperature" units="cdegC">Temperature measurement</field>
<extensions/>
<field type="int16_t" name="temperature_press_diff" units="cdegC">Temperature</field>
</message>
<message id="138" name="ATT_POS_MOCAP">
<description>Motion capture attitude and position</description>
Expand Down Expand Up @@ -4743,6 +4747,8 @@
<field type="float" name="press_abs" units="hPa">Absolute pressure</field>
<field type="float" name="press_diff" units="hPa">Differential pressure</field>
<field type="int16_t" name="temperature" units="cdegC">Temperature measurement</field>
<extensions/>
<field type="int16_t" name="temperature_press_diff" units="cdegC">Temperature</field>
</message>
<message id="144" name="FOLLOW_TARGET">
<description>Current motion information from a designated system</description>
Expand Down

0 comments on commit d50b92b

Please sign in to comment.