2013-04-05 22:46:56 +02:00
|
|
|
<xml>
|
2014-02-07 18:28:39 +01:00
|
|
|
<object name="GCSTelemetryStats" singleinstance="true" settings="false" category="System" priority="true">
|
2013-04-05 22:46:56 +02:00
|
|
|
<description>The telemetry statistics from the ground computer</description>
|
2013-12-19 03:19:29 +01:00
|
|
|
|
2013-04-05 22:46:56 +02:00
|
|
|
<field name="Status" units="" type="enum" elements="1" options="Disconnected,HandshakeReq,HandshakeAck,Connected"/>
|
|
|
|
<field name="TxDataRate" units="bytes/sec" type="float" elements="1"/>
|
2013-12-19 03:19:29 +01:00
|
|
|
<field name="TxBytes" units="bytes" type="uint32" elements="1"/>
|
2013-04-05 22:46:56 +02:00
|
|
|
<field name="TxFailures" units="count" type="uint32" elements="1"/>
|
|
|
|
<field name="TxRetries" units="count" type="uint32" elements="1"/>
|
2013-12-19 03:19:29 +01:00
|
|
|
<field name="RxDataRate" units="bytes/sec" type="float" elements="1"/>
|
|
|
|
<field name="RxBytes" units="bytes" type="uint32" elements="1"/>
|
|
|
|
<field name="RxFailures" units="count" type="uint32" elements="1"/>
|
|
|
|
<field name="RxSyncErrors" units="count" type="uint32" elements="1"/>
|
|
|
|
<field name="RxCrcErrors" units="count" type="uint32" elements="1"/>
|
|
|
|
|
2013-04-05 22:46:56 +02:00
|
|
|
<access gcs="readwrite" flight="readwrite"/>
|
|
|
|
<telemetrygcs acked="false" updatemode="periodic" period="5000"/>
|
|
|
|
<telemetryflight acked="false" updatemode="manual" period="0"/>
|
|
|
|
<logging updatemode="manual" period="0"/>
|
|
|
|
</object>
|
|
|
|
</xml>
|