026a2bb4b0
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. |
||
---|---|---|
.. | ||
assembly | ||
Textures/gpws | ||
assembly.rgb | ||
caution0-actions.xml | ||
caution0.xml | ||
caution1-actions.xml | ||
caution1.xml | ||
flap-override-actions.xml | ||
flap-override.xml | ||
glideslope-cancelled.xml | ||
GNUmakefile | ||
inhibit-actions.xml | ||
inhibit.xml | ||
inop.xml | ||
mk-viii.xml | ||
README | ||
steep-approach-actions.xml | ||
steep-approach.xml | ||
terrain-fail.xml | ||
terrain-inhibit-actions.xml | ||
terrain-inhibit.xml | ||
warning0-actions.xml | ||
warning0.xml | ||
warning1-actions.xml | ||
warning1.xml |
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>