71cdd8c59a
at all is that this method is meant to be deprecated. But if it doesn't say that, and there's no generic replacement at all, then it's rather pointless. - simplify parameter initialization (The old code copied from Instrumentation/ but has been simplified there in the same manner a few months ago The new method is less picky about additional nodes ane outputs less pointless alerts. If there shall really be a check for that, then this should be a separate function. But it's nowhere else done in fgfs. |
||
---|---|---|
.. | ||
.cvsignore | ||
electrical.cxx | ||
electrical.hxx | ||
Makefile.am | ||
pitot.cxx | ||
pitot.hxx | ||
README | ||
static.cxx | ||
static.hxx | ||
system_mgr.cxx | ||
system_mgr.hxx | ||
vacuum.cxx | ||
vacuum.hxx |
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.