]> git.mxchange.org Git - flightgear.git/commit
Thomas Foerster: Prepare for the inclusion of aircraft specific performance
authordurk <durk>
Thu, 28 Jun 2007 07:47:20 +0000 (07:47 +0000)
committerdurk <durk>
Thu, 28 Jun 2007 07:47:20 +0000 (07:47 +0000)
commit1613d7e63e02ccad8ebdfaaf8359ab34e0b88e7a
treebd79d8005f1c66a2c82e294d6c1cb411f17084c9
parent0b84cddee737e9326168647b3ec51678895e300c
Thomas Foerster: Prepare for the inclusion of aircraft specific performance
data for AI traffic. Default performance classes are still available as a
backup. This database will allow the calculation of aircraft-specific
take-off speed and estimate runway lenght requirements. Further added
rudimentary support for take-off and landing rotation of AIAircraft.
src/AIModel/AIAircraft.cxx
src/AIModel/AIAircraft.hxx
src/AIModel/Makefile.am
src/AIModel/performancedata.cxx [new file with mode: 0644]
src/AIModel/performancedata.hxx [new file with mode: 0644]
src/AIModel/performancedb.cxx [new file with mode: 0644]
src/AIModel/performancedb.hxx [new file with mode: 0644]