Revision ebc64c13bc695994f1d4d5b56ba117d800bba4da authored by Gautier Hattenberger on 25 July 2012, 15:31:03 UTC, committed by Gautier Hattenberger on 25 July 2012, 15:31:03 UTC
Units that can be automatically converted should come last so other
possibilities are tested first. (ok, that is a lazy and fragile
solution...)
A the type of auto conversion ("display" or "code" can be changed only
for conversions that were already using auto mode (eg. deg <-> decideg
will not be auto converted)
1 parent 16c6ea2
Raw File
conf.xml.adelaide
<conf>
  <aircraft
   name="A1000_BOOZ"
   ac_id="2"
   airframe="airframes/UofAdelaide/A1000_BOOZ.xml"
   radio="radios/eric_PCM9XwAR7000.xml"
   telemetry="telemetry/telemetry_booz2.xml"
   flight_plan="flight_plans/dummy.xml"
   settings="settings/settings_booz2.xml settings/settings_booz2_ahrs_cmpl.xml"
   gui_color="blue"
  />
  <aircraft
   name="A1000_LISA"
   ac_id="1"
   airframe="airframes/UofAdelaide/A1000_LISA.xml"
   radio="radios/cockpitSX.xml"
   telemetry="telemetry/telemetry_booz2.xml"
   flight_plan="flight_plans/dummy.xml"
   settings="settings/settings_booz2.xml"
   gui_color="blue"
  />
  <aircraft
   name="A1000_NOVA"
   ac_id="3"
   airframe="airframes/UofAdelaide/A1000_NOVA.xml"
   radio="radios/eric_DX7wAR7000.xml"
   telemetry="telemetry/telemetry_booz2.xml"
   flight_plan="flight_plans/dummy.xml"
   settings="settings/settings_booz2.xml settings/settings_booz2_ahrs_cmpl.xml"
   gui_color="blue"
  />
</conf>
back to top