mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-23 08:52:10 +01:00
17 lines
765 B
XML
17 lines
765 B
XML
|
<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>
|