2001-12-07 01:21:36 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
|
|
************************************************************************
|
2002-11-16 20:31:48 +00:00
|
|
|
LaRCsim Cessna 172 with 2D panel.
|
2001-12-07 01:21:36 +00:00
|
|
|
used by FGFS to represent the C172. Components include the flight data
|
|
|
|
model, instrument panel, and external 3D model.
|
|
|
|
3D models can be downloaded from http://home.t-online.de/home/Wolfram.Kuss/
|
|
|
|
|
|
|
|
October 23 2001 John Check, fgpanels@rockfish.net
|
|
|
|
************************************************************************
|
|
|
|
-->
|
|
|
|
|
2002-11-16 20:31:48 +00:00
|
|
|
<PropertyList include="c172p-base.xml">
|
2001-12-11 18:32:36 +00:00
|
|
|
|
|
|
|
<sim>
|
2002-08-28 15:00:25 +00:00
|
|
|
|
2002-11-16 20:31:48 +00:00
|
|
|
<description>Cessna 172 (LaRCsim, 2D panel).</description>
|
2001-12-11 03:37:30 +00:00
|
|
|
|
|
|
|
<flight-model>larcsim</flight-model>
|
|
|
|
<aero>c172</aero>
|
2002-02-27 14:37:24 +00:00
|
|
|
|
2001-12-11 03:37:30 +00:00
|
|
|
<panel>
|
|
|
|
<path>Aircraft/c172/Panels/c172-vfr-panel.xml</path>
|
|
|
|
<visibility>true</visibility>
|
|
|
|
</panel>
|
|
|
|
<panel_2>
|
|
|
|
<path>Aircraft/c172/Panels/c172-trans-mini-panel.xml</path>
|
|
|
|
</panel_2>
|
2001-12-09 05:36:59 +00:00
|
|
|
|
2001-12-11 18:32:36 +00:00
|
|
|
</sim>
|
2002-02-08 16:18:12 +00:00
|
|
|
|
2001-12-07 01:21:36 +00:00
|
|
|
</PropertyList>
|
|
|
|
|
|
|
|
|