1
0
Fork 0

Small improvement after initial import.

This commit is contained in:
martin 2009-06-02 22:48:20 +00:00
parent 22f1ebd3a6
commit afbca8bdcf
2 changed files with 11 additions and 6 deletions

View file

@ -1,4 +1,7 @@
aircraft_types.xml: List to map aircraft types between different
nomenclatures systems (ICAO, SISO, FlightGear, ....) to help different
flavours of flight simulation software to communicate in a single
simulation enviromnent.
Directory to hold MultiPlayer-related configuration (no data) files.
--------------------------------------------------------------------
aircraft_types.xml: Mapping of aircraft types between different
nomenclature systems (ICAO, SISO, FlightGear, ....) to help
different flavours of flight simulation software to communicate in
a single simulation enviromnent.

View file

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
AircraftTypes.xml - List of aircraft type identifiers
http://virtualair.sourceforge.net
aircraft_types.xml - List of aircraft type identifiers
http://virtualair.sourceforge.net/
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@ -28,5 +28,7 @@
<Type ICAO="B733" SISO="1.2.225.57.1.7.0" FlightGear="Aircraft/737-300/Models/737-300.xml"/>
<Type ICAO="B742" SISO="1.2.225.57.1.1.0" FlightGear="Aircraft/747-200/Models/boeing747-200.xml"/>
<Type ICAO="C172" SISO="1.2.225.40.1.1.0" FSX="Cessna Skyhawk 172SP" FlightGear="Aircraft/c172p/Models/c172p.xml"/>
<Type ICAO="PC7" SISO="1.2.206.40.1.1.0" FlightGear="Aircraft/pc7/Models/pc7.xml"/>
<Type ICAO="DH8C" SISO="1.2.39.57.1.1.0" FlightGear="Aircraft/dhc8/Models/dhc8-300Q.xml"/>
<Type ICAO="UFO" SISO="1.2.0.0.0.0.0" FlightGear="Aircraft/ufo/Models/ufo.xml"/>
</AircraftTypes>