1
0
Fork 0
flightgear/src/Systems
2003-02-03 22:22:02 +00:00
..
.cvsignore Forgot to update header. 2002-09-24 13:11:27 +00:00
electrical.cxx Fixed a spelling error in the api. (ouch) :-) 2003-02-03 22:22:02 +00:00
electrical.hxx Fixed a spelling error in the api. (ouch) :-) 2003-02-03 22:22:02 +00:00
Makefile.am Added pitot system and new airspeed indicator. 2002-09-28 20:48:53 +00:00
pitot.cxx Fixed so that ASI will indicate correctly (or at least, more 2002-10-16 22:09:26 +00:00
pitot.hxx Fixed so that ASI will indicate correctly (or at least, more 2002-10-16 22:09:26 +00:00
README README for src/Systems/ 2003-01-29 16:03:00 +00:00
static.cxx Modified to use fgGetLowPass from utils.cxx. 2002-09-27 22:04:21 +00:00
static.hxx Added static port system and a new altimeter model connected to it. 2002-09-27 18:27:58 +00:00
system_mgr.cxx Converted to a simple FGSubsystemGroup. 2003-01-29 16:02:46 +00:00
system_mgr.hxx Converted to a simple FGSubsystemGroup. 2003-01-29 16:02:46 +00:00
vacuum.cxx Flattened src/Systems/ subtree. 2002-09-24 14:51:37 +00:00
vacuum.hxx Flattened src/Systems/ subtree. 2002-09-24 14:51:37 +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.