mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
6e942d786a
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2896 ebee16cc-31ac-478f-84a7-5cbb03baadba
14 lines
734 B
XML
14 lines
734 B
XML
<xml>
|
|
<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"/>
|
|
<field name="CPUTemp" units="C" type="int8" elements="1"/>
|
|
<access gcs="readwrite" flight="readwrite"/>
|
|
<telemetrygcs acked="false" updatemode="manual" period="0"/>
|
|
<telemetryflight acked="false" updatemode="periodic" period="1000"/>
|
|
<logging updatemode="periodic" period="1000"/>
|
|
</object>
|
|
</xml>
|