The next patch should start to use http://www.flight-manuals-on-cd.com/B314.html
[fg:toms-fgdata.git] / Aircraft / Boeing314 / Systems / Boeing314A-init-systems.xml
1 <?xml version="1.0"?>
2
3 <!-- intialize systems :
4
5      - avoids nil values for Nasal.
6 -->
7
8 <PropertyList>
9
10   <autopilot>
11    <relations>
12     <dependency>
13      <altimeter>/instrumentation/altimeter/indicated-altitude-ft</altimeter>
14     </dependency>
15
16     <itself>
17      <autopilot>/autopilot/locks</autopilot>
18      <autopilot-ctrl>/controls/autoflight</autopilot-ctrl>
19      <autopilot-set>/autopilot/settings</autopilot-set>
20     </itself>
21
22     <noinstrument>
23      <heading>/orientation/heading-magnetic-deg</heading>
24      <pitch>/orientation/pitch-deg</pitch>
25     </noinstrument>
26    </relations>
27   </autopilot>
28
29   <copilot>
30    <activ type="bool">false</activ>                                                    <!-- yellow -->
31
32    <relations>
33     <dependency>
34      <autopilot>/autopilot/locks</autopilot>
35      <autopilot-set>/autopilot/settings</autopilot-set>
36      <compass>/orientation/heading-magnetic-deg</compass>
37      <crew>/systems/crew</crew>
38      <crew-ctrl>/controls/crew</crew-ctrl>
39      <heading>/instrumentation/heading-indicator</heading>
40      <voice>/systems/voice/argument</voice>
41     </dependency>
42
43     <noinstrument>
44      <altitude>/position/altitude-agl-ft</altitude>
45      <speed-up>/sim/speed-up</speed-up>
46      <true>/orientation/heading-deg</true>
47      <wind>/environment/wind-from-heading-deg</wind>
48     </noinstrument>
49    </relations>
50
51    <state></state>
52    <state-last></state-last>                                                           <!-- last action -->
53    <throttle type="bool">false</throttle>                                              <!-- doesn't hold throttle -->
54    <time></time>
55    <waypoint type="bool">false</waypoint>                                              <!-- doesn't follow waypoint -->
56   </copilot>
57
58   <crew>
59    <serviceable type="bool">true</serviceable>
60
61    <immat n="0">NC</immat>                                                             <!-- default is NC 18609 -->
62    <immat n="1">18609</immat>
63
64    <minimized type="bool">true</minimized>
65   </crew>
66
67   <engineer>
68    <activ type="bool">false</activ>                                                    <!-- yellow -->
69    <state></state>
70    <state-last></state-last>                                                           <!-- last action -->
71    <time></time>
72   </engineer>
73
74   <fuel>
75    <presets type="int">0</presets>                                                     <!-- max landing load -->
76
77    <tanks include="../Nasal/Boeing314A-fuel.xml"/>
78   </fuel>
79
80   <mooring>
81    <boat-id></boat-id>                                                                 <!-- boat view -->
82    <dialog></dialog>
83    <moorage-id></moorage-id>
84
85    <relations>
86     <dependency>
87      <boat>/systems/seat/position/boat-view</boat>
88      <rope>/controls/gear/brake-parking</rope>
89      <tower>/sim/tower/airport-id</tower>
90     </dependency>
91
92     <itself>
93      <seaplane>
94       <component>/systems/mooring/route</component>
95       <subcomponent>seaplane</subcomponent>
96      </seaplane>
97     </itself>
98
99     <noinstrument>
100      <agl>/position/altitude-agl-ft</agl>
101      <velocity>/velocities/uBody-fps</velocity>
102      <vertical>/velocities/vertical-speed-fps</vertical>
103      <wind>/environment/wind-from-heading-deg</wind>
104     </noinstrument>
105    </relations>
106
107    <route include="../Nasal/Boeing314-route.xml"/>
108    <state></state>
109   </mooring>
110
111   <seat>
112    <boat type="bool">false</boat>
113    <captain type="bool">true</captain>
114    <celestial type="bool">false</celestial>
115    <copilot type="bool">false</copilot>
116    <engineer type="bool">false</engineer>
117    <moorage type="bool">false</moorage>
118    <navigator type="bool">false</navigator>
119    <observer type="bool">false</observer>
120    <position>
121     <boat-view>
122      <altitude-ft type="double">0.0</altitude-ft>
123      <latitude-deg type="double">0.0</latitude-deg>
124      <longitude-deg type="double">0.0</longitude-deg>
125      <offset-ft type="double">0.0</offset-ft>                                          <!-- specific to the 3D model used -->
126      <water-ft type="double">0.0</water-ft>                                            <!-- waterline -->
127     </boat-view>
128     <celestial>
129      <x-m type="double">0.0</x-m>
130      <y-m type="double">0.0</y-m>
131      <z-m type="double">0.0</z-m>
132     </celestial>
133     <navigator>
134      <x-m type="double">0.0</x-m>
135      <y-m type="double">0.0</y-m>
136      <z-m type="double">0.0</z-m>
137     </navigator>
138     <observer>
139      <x-m type="double">0.0</x-m>
140      <y-m type="double">0.0</y-m>
141      <z-m type="double">0.0</z-m>
142     </observer>
143    </position>
144    <radio type="bool">false</radio>
145   </seat>
146
147   <voice include="Boeing314A-checklists.xml">
148    <serviceable type="bool" archive="y">true</serviceable>
149
150    <argument></argument>
151    <callout></callout>
152    <checklist></checklist>
153
154    <display>
155     <captain></captain>
156     <copilot></copilot>
157     <engineer></engineer>
158    </display>
159
160    <real type="bool">false</real>                                                      <!-- not a real checklist -->
161
162    <relations>
163     <itself>
164      <display>/systems/voice/display</display>
165      <sound>/sim/sound/voices</sound>
166     </itself>
167    </relations>
168
169    <text></text>
170   </voice>
171
172 </PropertyList>