2010-08-29 03:46:14 +02:00
|
|
|
<xml>
|
2013-06-22 19:58:54 +02:00
|
|
|
<object name="GPSSatellites" singleinstance="true" settings="false" category="Sensors">
|
2010-08-29 03:46:14 +02:00
|
|
|
<description>Contains information about the GPS satellites in view from @ref GPSModule.</description>
|
|
|
|
<field name="SatsInView" units="" type="int8" elements="1"/>
|
2017-06-23 18:29:08 +02:00
|
|
|
<field name="PRN" units="" type="uint8" elements="24"/>
|
|
|
|
<field name="Elevation" units="degrees" type="int8" elements="24"/>
|
|
|
|
<field name="Azimuth" units="degrees" type="int16" elements="24"/>
|
|
|
|
<field name="SNR" units="" type="int8" elements="24"/>
|
2010-08-29 03:46:14 +02:00
|
|
|
<access gcs="readwrite" flight="readwrite"/>
|
|
|
|
<telemetrygcs acked="false" updatemode="manual" period="0"/>
|
2017-12-03 17:57:55 +01:00
|
|
|
<telemetryflight acked="false" updatemode="throttled" period="10000"/>
|
2013-11-17 20:45:04 +01:00
|
|
|
<logging updatemode="manual" period="0"/>
|
2010-08-29 03:46:14 +02:00
|
|
|
</object>
|
|
|
|
</xml>
|