]> git.mxchange.org Git - flightgear.git/blob - src/Systems/README
Clean up various compiler warnings that have crept into the code. This
[flightgear.git] / src / Systems / README
1 src/Systems/ - support code for aircraft systems
2
3 This directory contains support code for major aircraft systems,
4 including the static, pitot, electrical, and vacuum systems.  The file
5 system_mgr.[ch]xx contains a subsystem group that holds all of the
6 individual systems.  Every system should extend FGSubsystem, and then
7 should be added to the group in the FGSystemMgr constructor.
8
9 Eventually, there will be an XML configuration file to select what
10 system modules should be available, so that different aircraft (i.e. a
11 twin plane with two vacuum systems) can have appropriate support.
12