]> git.mxchange.org Git - flightgear.git/commit
A first stab at an ACMS (Aircraft Condition Monitoring System) Special Purpose suppor...
authorehofman <ehofman>
Tue, 19 Oct 2004 11:10:20 +0000 (11:10 +0000)
committerehofman <ehofman>
Tue, 19 Oct 2004 11:10:20 +0000 (11:10 +0000)
commit8b53b86aa0f9c5a25ff5490689417ccce42e406e
tree9a5e44791b78c1ea7b8a04874fcd3f971b80e96d
parent1254fdea2a2eaa6c8b07a42fe49ee0a23988a52c
A first stab at an ACMS (Aircraft Condition Monitoring System) Special Purpose support FDM. Move the ADA FDM into the Special Purpose directory and make the SP FDM's a configure option.
14 files changed:
configure.ac
src/Cockpit/cockpit.cxx
src/FDM/ADA.cxx [deleted file]
src/FDM/ADA.hxx [deleted file]
src/FDM/Makefile.am
src/FDM/SP/ACMS.cxx [new file with mode: 0644]
src/FDM/SP/ACMS.hxx [new file with mode: 0644]
src/FDM/SP/ADA.cxx [new file with mode: 0644]
src/FDM/SP/ADA.hxx [new file with mode: 0644]
src/FDM/SP/Makefile.am [new file with mode: 0644]
src/FDM/SP/README [new file with mode: 0644]
src/Main/Makefile.am
src/Main/fg_init.cxx
src/Main/main.cxx