1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/shared/uavobjectdefinition/hottbridgestatus.xml

16 lines
757 B
XML
Raw Normal View History

2017-03-23 08:53:45 +01:00
<xml>
<object name="HoTTBridgeStatus" singleinstance="true" settings="false" category="System" priority="true">
<description>HoTTBridge Status Information</description>
<field name="TxPackets" units="count" type="uint32" elements="1"/>
<field name="RxPackets" units="count" type="uint32" elements="1"/>
<field name="TxFail" units="count" type="uint32" elements="1"/>
<field name="RxFail" units="count" type="uint32" elements="1"/>
<access gcs="readwrite" flight="readwrite"/>
<telemetrygcs acked="false" updatemode="manual" period="0"/>
<telemetryflight acked="false" updatemode="periodic" period="5000"/>
<logging updatemode="manual" period="0"/>
</object>
</xml>