2013-04-05 22:46:56 +02:00
|
|
|
<xml>
|
2013-06-22 19:58:54 +02:00
|
|
|
<object name="OveroSyncStats" singleinstance="true" settings="false" category="System">
|
2013-04-05 22:46:56 +02:00
|
|
|
<description>Maintains statistics on transfer rate to and from over</description>
|
|
|
|
<field name="Connected" units="" type="enum" options="False,True" elements="1" default="False"/>
|
|
|
|
<field name="Send" units="B/s" type="uint32" elements="1"/>
|
|
|
|
<field name="Received" units="B/s" type="uint32" elements="1"/>
|
|
|
|
<field name="FramesyncErrors" units="count" type="uint32" elements="1"/>
|
|
|
|
<field name="UnderrunErrors" units="count" type="uint32" elements="1"/>
|
|
|
|
<field name="DroppedUpdates" units="" type="uint32" elements="1"/>
|
|
|
|
<field name="Packets" units="" type="uint32" elements="1"/>
|
|
|
|
<access gcs="readwrite" flight="readwrite"/>
|
|
|
|
<telemetrygcs acked="false" updatemode="manual" period="0"/>
|
|
|
|
<telemetryflight acked="false" updatemode="periodic" period="1000"/>
|
2013-11-17 20:45:04 +01:00
|
|
|
<logging updatemode="manual" period="0"/>
|
2013-04-05 22:46:56 +02:00
|
|
|
</object>
|
|
|
|
</xml>
|