mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
16 lines
757 B
XML
16 lines
757 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>
|