2003-09-20 03:57:12 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
|
|
************************************************************************
|
|
|
|
JSBSim Cessna 172P with 2D panel.
|
|
|
|
|
|
|
|
Started October 23 2001 by John Check, fgpanels@rockfish.net
|
|
|
|
************************************************************************
|
|
|
|
-->
|
|
|
|
|
2004-03-18 03:37:14 +00:00
|
|
|
<PropertyList include="c172p-set.xml">
|
2003-09-20 03:57:12 +00:00
|
|
|
|
|
|
|
<sim>
|
|
|
|
|
2004-03-18 03:37:14 +00:00
|
|
|
<description>Cessna 172P Skyhawk (1981 model), 2D panel</description>
|
2003-09-20 03:57:12 +00:00
|
|
|
|
|
|
|
<!-- Use a 2D instrument panel -->
|
|
|
|
|
|
|
|
<panel>
|
|
|
|
<path>Aircraft/c172/Panels/c172-vfr-panel.xml</path>
|
|
|
|
<visibility archive="y">true</visibility>
|
|
|
|
</panel>
|
|
|
|
<panel_2>
|
|
|
|
<path>Aircraft/c172/Panels/c172-trans-mini-panel.xml</path>
|
|
|
|
</panel_2>
|
|
|
|
|
|
|
|
<!-- Look down a bit over the top of the panel -->
|
|
|
|
|
|
|
|
<view>
|
2004-03-18 03:37:14 +00:00
|
|
|
<internal archive="y">false</internal>
|
2003-09-20 03:57:12 +00:00
|
|
|
<config>
|
|
|
|
<pitch-offset-deg>-8</pitch-offset-deg>
|
|
|
|
</config>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</sim>
|
|
|
|
|
|
|
|
</PropertyList>
|