2014-06-06 22:19:27 +02:00
|
|
|
<xml>
|
|
|
|
<object name="PerfCounter" singleinstance="false" settings="false" category="System">
|
|
|
|
<description>A single performance counter, used to instrument flight code</description>
|
2014-06-06 22:40:22 +02:00
|
|
|
<field name="Id" units="hex" type="uint32" elements="1" />
|
2014-06-06 22:19:27 +02:00
|
|
|
<field name="Counter" units="" type="int32" elementnames="Value, Min, Max"/>
|
|
|
|
<access gcs="readwrite" flight="readwrite"/>
|
|
|
|
<telemetrygcs acked="false" updatemode="manual" period="0"/>
|
|
|
|
<telemetryflight acked="false" updatemode="manual" period="0"/>
|
|
|
|
<logging updatemode="manual" period="0"/>
|
|
|
|
</object>
|
|
|
|
</xml>
|