2011-01-09 23:28:39 +01:00
|
|
|
<xml>
|
|
|
|
<object name="FlightPlanControl" singleinstance="true" settings="false">
|
|
|
|
<description>Control the flight plan script</description>
|
2011-01-19 04:34:01 +01:00
|
|
|
<field name="Command" units="" type="enum" options="Start,Stop,Kill" defaultvalue="Start" elements="1"/>
|
2011-01-09 23:28:39 +01:00
|
|
|
<access gcs="readwrite" flight="readwrite"/>
|
2011-01-19 04:34:01 +01:00
|
|
|
<telemetrygcs acked="true" updatemode="manual" period="0"/>
|
2011-01-09 23:28:39 +01:00
|
|
|
<telemetryflight acked="true" updatemode="manual" period="0"/>
|
|
|
|
<logging updatemode="never" period="0"/>
|
|
|
|
</object>
|
|
|
|
</xml>
|