1
0
Fork 0
flightgear/src/Systems
ThorstenB e9a9f8c96d Use some more logging class variety.
Stop using SG_GENERAL and SG_ALL everywhere. Using different
classes makes switching the classes really useful...
2011-08-12 00:09:26 +02:00
..
CMakeLists.txt More CMake headers support 2011-07-19 07:58:03 +01:00
electrical.cxx Use some more logging class variety. 2011-08-12 00:09:26 +02:00
electrical.hxx eliminate some SGPropertyNode_ptr variables in classes 2010-01-26 17:19:17 +01:00
Makefile.am Move the submodels code from the Systems manager into it's own Subsystem manager. 2004-10-22 09:58:24 +00:00
pitot.cxx Roy Vegard Ovesen: 2006-12-06 22:11:43 +00:00
pitot.hxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
README README for src/Systems/ 2003-01-29 16:03:00 +00:00
static.cxx John DENKER: 2007-03-31 09:36:19 +00:00
static.hxx John DENKER: 2007-03-31 09:36:19 +00:00
system_mgr.cxx Use some more logging class variety. 2011-08-12 00:09:26 +02:00
system_mgr.hxx eliminate some SGPropertyNode_ptr variables in classes 2010-01-26 17:19:17 +01:00
vacuum.cxx Make various implicit includes (via PLIB) explicit. 2010-07-28 10:25:42 +01:00
vacuum.hxx Roy Vegard Ovesen: 2006-12-06 22:11:43 +00:00

src/Systems/ - support code for aircraft systems

This directory contains support code for major aircraft systems,
including the static, pitot, electrical, and vacuum systems.  The file
system_mgr.[ch]xx contains a subsystem group that holds all of the
individual systems.  Every system should extend FGSubsystem, and then
should be added to the group in the FGSystemMgr constructor.

Eventually, there will be an XML configuration file to select what
system modules should be available, so that different aircraft (i.e. a
twin plane with two vacuum systems) can have appropriate support.