6d76e9da80
I had to reverse a number of signs to get it right. I took the opportunity to add roll to the submodel so that droptanks will come off with the right orientation. I have neither added the rotational speed to the submodel, nor yaw, so if you release droptanks with significant roll rate or yaw angle on the aircraft the submodel will not be quite right. Straight and level, or nearly so, is fine. |
||
---|---|---|
.. | ||
.cvsignore | ||
electrical.cxx | ||
electrical.hxx | ||
Makefile.am | ||
pitot.cxx | ||
pitot.hxx | ||
README | ||
static.cxx | ||
static.hxx | ||
submodel.cxx | ||
submodel.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.