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"/>
|
|
|
|
<field name="PRN" units="" type="int8" elements="16"/>
|
2014-08-06 12:55:07 +02:00
|
|
|
<field name="Elevation" units="degrees" type="int8" elements="16"/>
|
|
|
|
<field name="Azimuth" units="degrees" type="int16" elements="16"/>
|
2010-08-29 03:46:14 +02:00
|
|
|
<field name="SNR" units="" type="int8" elements="16"/>
|
|
|
|
<access gcs="readwrite" flight="readwrite"/>
|
|
|
|
<telemetrygcs acked="false" updatemode="manual" period="0"/>
|
|
|
|
<telemetryflight acked="false" updatemode="periodic" 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>
|