mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-01 18:29:16 +01:00
15 lines
877 B
XML
15 lines
877 B
XML
|
<xml>
|
||
|
<object name="FlightPlanStatus" singleinstance="true" settings="false">
|
||
|
<description>Status of the flight plan script</description>
|
||
|
<field name="Status" units="" type="enum" elements="1" options="None,Running,Idle,VMInitError,ScriptStartError,RunTimeError" defaultvalue="None"/>
|
||
|
<field name="ErrorType" units="" type="enum" elements="1" options="None" defaultvalue="None"/>
|
||
|
<field name="ErrorFileID" units="" type="uint32" elements="1"/>
|
||
|
<field name="ErrorLineNum" units="" type="uint32" elements="1"/>
|
||
|
<field name="Debug" units="" type="float" elements="1"/>
|
||
|
<access gcs="readwrite" flight="readwrite"/>
|
||
|
<telemetrygcs acked="false" updatemode="manual" period="0"/>
|
||
|
<telemetryflight acked="false" updatemode="periodic" period="2000"/>
|
||
|
<logging updatemode="never" period="0"/>
|
||
|
</object>
|
||
|
</xml>
|