]> git.mxchange.org Git - flightgear.git/blob - src/Instrumentation/README
VS2015 compatability fixes.
[flightgear.git] / src / Instrumentation / README
1 src/Instrumentation/ - gauge and avionics support code
2
3 This directory contains code to support gauges, avionics, and other
4 instruments in FlightGear.  The file instrument_mgr.[ch]xx contains a
5 subsystem group that holds all of the individual instruments.  Every
6 instrument should extend FGSubsystem, and then should be added to the
7 group in the FGInstrumentMgr constructor.
8
9 Code is gradually moving into here from other areas, especially the
10 src/Cockpit/ directory.  Eventually, there will be an XML
11 configuration file to select what instrumentation modules should be
12 available, so that different aircraft can have appropriate support.
13
14