ce753093a2
I'm not sure if I connected adf and dme to the correct bus, but it's time that c310s have them working. There was a temporary workaround in c310-ifr-set.xml, but not for the c310-3d (= c310u3a-3d), the plain c310 and eventually others.
33 lines
816 B
XML
33 lines
816 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>
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|