1
0
Fork 0

Added a README for the src/Instrumentation/ directory.

This commit is contained in:
david 2003-01-29 15:38:52 +00:00
parent 9841edf429
commit 9c574d4b87

View file

@ -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.