Merged in filnet/librepilot/LP-558_accept_case_insensitive_uav_enum_values (pull...
[librepilot.git] / shared / uavobjectdefinition / perfcounter.xml
blobdceb82f3f6f898796801874d24a762c4e8b8d5d1
1 <xml>
2     <object name="PerfCounter" singleinstance="false" settings="false" category="System">
3         <description>A single performance counter, used to instrument flight code</description>
4         <field name="Id" units="hex" type="uint32" elements="1" />
5         <field name="Counter" units="" type="int32" elementnames="Value, Min, Max"/>
6         <access gcs="readwrite" flight="readwrite"/>
7         <telemetrygcs acked="false" updatemode="manual" period="0"/>
8         <telemetryflight acked="false" updatemode="manual" period="0"/>
9         <logging updatemode="manual" period="0"/>
10     </object>
11 </xml>