From: david Date: Wed, 29 Jan 2003 15:38:52 +0000 (+0000) Subject: Added a README for the src/Instrumentation/ directory. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9c574d4b8701af29be3dadc6ed779dc60a76df6b;p=flightgear.git Added a README for the src/Instrumentation/ directory. --- diff --git a/src/Instrumentation/README b/src/Instrumentation/README new file mode 100644 index 000000000..bde41bb3a --- /dev/null +++ b/src/Instrumentation/README @@ -0,0 +1,14 @@ +src/Instrumentation/ - gauge and avionics support code + +This directory contains code to support gauges, avionics, and other +instruments in FlightGear. The file instrument_mgr.[ch]xx contains a +subsystem group that holds all of the individual instruments. Every +instrument should extend FGSubsystem, and then should be added to the +group in the FGInstrumentMgr constructor. + +Code is gradually moving into here from other areas, especially the +src/Cockpit/ directory. Eventually, there will be an XML +configuration file to select what instrumentation modules should be +available, so that different aircraft can have appropriate support. + +