1
0
Fork 0
flightgear/src/Systems
mfranz e48967cb1d fix another crash on exit by finally converting the rest of unguarded
SGPropertyNode to guarded ones. This is also done for JSBSim/JSBSim.hxx,
for which JSB had given explicit permission a while ago. I postponed that
back then, but now is the time.
2006-06-11 10:21:10 +00:00
..
.cvsignore Forgot to update header. 2002-09-24 13:11:27 +00:00
electrical.cxx new FSF address 2006-02-21 01:16:04 +00:00
electrical.hxx fix another crash on exit by finally converting the rest of unguarded 2006-06-11 10:21:10 +00: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 warning-- 2006-03-04 22:05:19 +00:00
pitot.hxx Roy Vegard Ovesen: 2004-10-16 12:37:39 +00:00
README README for src/Systems/ 2003-01-29 16:03:00 +00:00
static.cxx Roy Vegard Ovesen: 2004-11-13 15:00:00 +00:00
static.hxx Roy Vegard Ovesen: 2004-10-16 12:37:39 +00:00
system_mgr.cxx Recent SimGear changes seem to require more additions of config.h to FG in order to compile on Cygwin 2006-02-22 21:04:47 +00:00
system_mgr.hxx Roy Vegard Ovesen: 2004-10-16 12:37:39 +00:00
vacuum.cxx Allow a single vacuum system to be driven by multiple pumps. This allows 2005-10-15 20:03:17 +00:00
vacuum.hxx Allow a single vacuum system to be driven by multiple pumps. This allows 2005-10-15 20:03:17 +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.