2010-04-18 04:14:42 +02:00
|
|
|
<xml>
|
2010-08-27 02:15:42 +02:00
|
|
|
<object name="SystemAlarms" singleinstance="true" settings="false">
|
|
|
|
<description>Alarms from OpenPilot to indicate failure conditions or warnings. Set by various modules.</description>
|
|
|
|
<field name="Alarm" units="" type="enum" options="OK,Warning,Error,Critical"
|
2010-09-26 05:06:27 +02:00
|
|
|
elementnames="OutOfMemory,StackOverflow,CPUOverload,EventSystem,SDCard,Telemetry,ManualControl,Actuator,Stabilization,AHRSComms"/>
|
2010-08-27 02:15:42 +02:00
|
|
|
<access gcs="readwrite" flight="readwrite"/>
|
|
|
|
<telemetrygcs acked="true" updatemode="onchange" period="0"/>
|
|
|
|
<telemetryflight acked="true" updatemode="periodic" period="4000"/>
|
|
|
|
<logging updatemode="periodic" period="1000"/>
|
|
|
|
</object>
|
2010-04-18 04:14:42 +02:00
|
|
|
</xml>
|