1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

OP-1365 Flight code instrumentation API: define ID unit as hex for perfcounter uavo

This commit is contained in:
Alessio Morale 2014-06-06 22:40:22 +02:00
parent 1c92edb18b
commit e9364271d1

View File

@ -1,7 +1,7 @@
<xml>
<object name="PerfCounter" singleinstance="false" settings="false" category="System">
<description>A single performance counter, used to instrument flight code</description>
<field name="Id" units="" type="uint32" elements="1" />
<field name="Id" units="hex" type="uint32" elements="1" />
<field name="Counter" units="" type="int32" elementnames="Value, Min, Max"/>
<access gcs="readwrite" flight="readwrite"/>
<telemetrygcs acked="false" updatemode="manual" period="0"/>