From 67defdcf2fc65263a12f6a4d8b6f06ebb345f348 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 29 Jan 2003 16:03:00 +0000 Subject: [PATCH] README for src/Systems/ --- src/Systems/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/Systems/README diff --git a/src/Systems/README b/src/Systems/README new file mode 100644 index 000000000..784ad9049 --- /dev/null +++ b/src/Systems/README @@ -0,0 +1,12 @@ +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. + -- 2.39.5