1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00
LibrePilot/shared/uavobjectdefinition/receiverstatus.xml

12 lines
500 B
XML
Raw Normal View History

2015-04-02 20:09:38 +02:00
<xml>
<object name="ReceiverStatus" singleinstance="true" settings="false" category="System" priority="true">
<description>Receiver status.</description>
<field name="Quality" units="%" type="uint8" elements="1" defaultvalue="0"/>
<access gcs="readonly" flight="readwrite"/>
<telemetrygcs acked="false" updatemode="manual" period="0"/>
<telemetryflight acked="false" updatemode="periodic" period="1000"/>
<logging updatemode="manual" period="0"/>
</object>
</xml>