2002-11-11 17:30:09 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
|
|
************************************************************************
|
2002-11-16 19:10:54 +00:00
|
|
|
JSBSim Cessna 172R with 2D panel.
|
2002-11-11 17:30:09 +00:00
|
|
|
|
2002-11-16 19:10:54 +00:00
|
|
|
Started October 23 2001 by John Check, fgpanels@rockfish.net
|
2002-11-11 17:30:09 +00:00
|
|
|
************************************************************************
|
|
|
|
-->
|
|
|
|
|
2002-11-16 19:10:54 +00:00
|
|
|
<PropertyList include="c172r-jsbsim-base.xml">
|
2002-11-11 17:30:09 +00:00
|
|
|
|
|
|
|
<sim>
|
|
|
|
|
2002-11-16 20:31:48 +00:00
|
|
|
<description>Cessna 172R (JSBSim, 2D panel).</description>
|
2002-11-11 17:30:09 +00:00
|
|
|
|
2002-11-16 19:10:54 +00:00
|
|
|
<!-- Use a 2D instrument panel -->
|
|
|
|
|
2002-11-11 17:30:09 +00:00
|
|
|
<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>
|
|
|
|
|
|
|
|
|
2002-11-16 19:10:54 +00:00
|
|
|
<!-- Look down a bit over the top of the panel -->
|
2002-11-11 17:30:09 +00:00
|
|
|
|
2002-11-16 19:10:54 +00:00
|
|
|
<view>
|
2002-11-11 17:30:09 +00:00
|
|
|
<config>
|
2003-02-06 20:36:16 +00:00
|
|
|
<pitch-offset-deg>-8</pitch-offset-deg>
|
2002-11-11 17:30:09 +00:00
|
|
|
</config>
|
2002-11-16 19:10:54 +00:00
|
|
|
</view>
|
2002-11-11 17:30:09 +00:00
|
|
|
|
2002-11-16 19:10:54 +00:00
|
|
|
</sim>
|
2002-11-11 17:30:09 +00:00
|
|
|
|
|
|
|
</PropertyList>
|