]> git.mxchange.org Git - flightgear.git/commitdiff
Added a README for the src/Instrumentation/ directory.
authordavid <david>
Wed, 29 Jan 2003 15:38:52 +0000 (15:38 +0000)
committerdavid <david>
Wed, 29 Jan 2003 15:38:52 +0000 (15:38 +0000)
src/Instrumentation/README [new file with mode: 0644]

diff --git a/src/Instrumentation/README b/src/Instrumentation/README
new file mode 100644 (file)
index 0000000..bde41bb
--- /dev/null
@@ -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.
+
+