1
0
Fork 0
fgdata/Aircraft/Instruments-3d/mk-viii
fredb 026a2bb4b0 Jean-Yves Lefort :
I have implemented a Honeywell MK VIII EGPWS emulation for FlightGear.
The MK VIII is an Enhanced Ground Proximity Warning System aimed at
regional turboprop and small turbofan aircrafts such as the Citation,
Citation Bravo, B1900D, Beechcraft 99 and L410.

Frederic Bouvier:
make the MSVC compilation possible. Rearrange base package directories.
2006-03-04 20:29:50 +00:00
..
assembly Jean-Yves Lefort : 2006-03-04 20:29:50 +00:00
Textures/gpws Jean-Yves Lefort : 2006-03-04 20:29:50 +00:00
assembly.rgb Jean-Yves Lefort : 2006-03-04 20:29:50 +00:00
caution0-actions.xml Jean-Yves Lefort : 2006-03-04 20:29:50 +00:00
caution0.xml Jean-Yves Lefort : 2006-03-04 20:29:50 +00:00
caution1-actions.xml Jean-Yves Lefort : 2006-03-04 20:29:50 +00:00
caution1.xml Jean-Yves Lefort : 2006-03-04 20:29:50 +00:00
flap-override-actions.xml Jean-Yves Lefort : 2006-03-04 20:29:50 +00:00
flap-override.xml Jean-Yves Lefort : 2006-03-04 20:29:50 +00:00
glideslope-cancelled.xml Jean-Yves Lefort : 2006-03-04 20:29:50 +00:00
GNUmakefile Jean-Yves Lefort : 2006-03-04 20:29:50 +00:00
inhibit-actions.xml Jean-Yves Lefort : 2006-03-04 20:29:50 +00:00
inhibit.xml Jean-Yves Lefort : 2006-03-04 20:29:50 +00:00
inop.xml Jean-Yves Lefort : 2006-03-04 20:29:50 +00:00
mk-viii.xml Jean-Yves Lefort : 2006-03-04 20:29:50 +00:00
README Jean-Yves Lefort : 2006-03-04 20:29:50 +00:00
steep-approach-actions.xml Jean-Yves Lefort : 2006-03-04 20:29:50 +00:00
steep-approach.xml Jean-Yves Lefort : 2006-03-04 20:29:50 +00:00
terrain-fail.xml Jean-Yves Lefort : 2006-03-04 20:29:50 +00:00
terrain-inhibit-actions.xml Jean-Yves Lefort : 2006-03-04 20:29:50 +00:00
terrain-inhibit.xml Jean-Yves Lefort : 2006-03-04 20:29:50 +00:00
warning0-actions.xml Jean-Yves Lefort : 2006-03-04 20:29:50 +00:00
warning0.xml Jean-Yves Lefort : 2006-03-04 20:29:50 +00:00
warning1-actions.xml Jean-Yves Lefort : 2006-03-04 20:29:50 +00:00
warning1.xml Jean-Yves Lefort : 2006-03-04 20:29:50 +00:00

This directory contains a set of standard GPWS assemblies (lamp format
2), connected to /instrumentation/mk-viii. Use them by referencing the
XML files from your aircraft model file (see
Aircraft/b1900d/Models/b1900d-anim.xml for an example), and by setting
/sim/mk-viii/assemblies/emission/* to off-state emission values, for
instance:

	<sim>
	  <mk-viii>
	    <assemblies>
	      <emission>
		<red>0.5</red>
		<green>0.5</green>
		<blue>0.5</blue>
		<factor alias="/controls/lighting/instruments-norm"/>
	     </emission>
	  </mk-viii>
	</sim>

Author: Jean-Yves Lefort <jylefort@FreeBSD.org>