1
0
Fork 0
fgdata/Aircraft/c310-ifr-set.xml
ehofman 6e4c38213e paul mccann wrote:
Hi I fixed the heading bug on the hsi2 and made some changes to the c310-ifr so the adf and dme work.  Just temp fix for those.
2003-04-20 10:05:20 +00:00

40 lines
1,016 B
XML

<?xml version="1.0"?>
<!--
************************************************************************
Cessna 310U3A simulation config. This files ties together all the components
used by FGFS to represent the C310R. 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/
March 2002 Jim Wilson, jimw@kelcomaine.com
************************************************************************
-->
<PropertyList include="c310u3a-jsbsim-set.xml">
<sim>
<!-- This is temporary fix to electric system till adf and dme are added to c310 -->
<systems>
<electrical>
<path>Aircraft/c172/c172-electrical.xml</path>
</electrical>
</systems>
<description>Cessna 310 with IFR panel</description>
<panel>
<path>Aircraft/c310/c310-ifr-panel.xml</path>
<visibility>true</visibility>
</panel>
<panel_2>
<path>Aircraft/c310/c310-mini-panel.xml</path>
</panel_2>
</sim>
</PropertyList>