2010-04-18 04:14:42 +02:00
|
|
|
<xml>
|
2010-08-27 02:15:42 +02:00
|
|
|
<object name="SystemStats" singleinstance="true" settings="false">
|
|
|
|
<description>CPU and memory usage from OpenPilot computer. </description>
|
|
|
|
<field name="FlightTime" units="ms" type="uint32" elements="1"/>
|
|
|
|
<field name="HeapRemaining" units="bytes" type="uint16" elements="1"/>
|
|
|
|
<field name="CPULoad" units="%" type="uint8" elements="1"/>
|
2011-01-21 18:24:27 +01:00
|
|
|
<field name="CPUTemp" units="C" type="int8" elements="1"/>
|
2010-08-27 02:15:42 +02:00
|
|
|
<access gcs="readwrite" flight="readwrite"/>
|
|
|
|
<telemetrygcs acked="false" updatemode="manual" period="0"/>
|
|
|
|
<telemetryflight acked="false" updatemode="periodic" period="1000"/>
|
|
|
|
<logging updatemode="periodic" period="1000"/>
|
2011-02-27 01:38:59 +01:00
|
|
|
</object>
|
2010-04-18 04:14:42 +02:00
|
|
|
</xml>
|