]> git.mxchange.org Git - flightgear.git/commit
I have attached revisions to the UIUC code. The revisions include the
authorcurt <curt>
Mon, 1 Apr 2002 21:37:33 +0000 (21:37 +0000)
committercurt <curt>
Mon, 1 Apr 2002 21:37:33 +0000 (21:37 +0000)
commit2717dba826bb83ab03cfd15f2a10bd96095f162c
tree0bfe23aa7a649c8da89221e6559d32ffcf3560e7
parentf14b7950c18c6a315d74428eb04296ac65f9f2e4
I have attached revisions to the UIUC code.  The revisions include the
ability to run a nonlinear model with flaps.  The files ls_model.c and
uiuc_aero.c were changed since we had some functions with the same
name.  The name changes doesn't affect the code, it just makes it a
little easier to read.  There are changes in LaRCsim.cxx so UIUC
models have engine sound.  Could you send me an email when you receive
this and/or when the changes make it to the CVS?  Thanks.

Also I noticed you have some outdated files that are no longer used in
the UIUCModel directory.  They are uiuc_initializemaps1.cpp,
uiuc_initializemaps2.cpp, uiuc_initializemaps3.cpp, and
uiuc_initializemaps4.cpp

Rob
38 files changed:
src/FDM/LaRCsim.cxx
src/FDM/LaRCsim/ls_model.c
src/FDM/LaRCsim/uiuc_aero.c
src/FDM/UIUCModel/Makefile.am
src/FDM/UIUCModel/uiuc_2DdataFileReader.cpp
src/FDM/UIUCModel/uiuc_3Dinterpolation.cpp [new file with mode: 0644]
src/FDM/UIUCModel/uiuc_3Dinterpolation.h [new file with mode: 0644]
src/FDM/UIUCModel/uiuc_aerodeflections.cpp
src/FDM/UIUCModel/uiuc_aircraft.h
src/FDM/UIUCModel/uiuc_coef_drag.cpp
src/FDM/UIUCModel/uiuc_coef_drag.h
src/FDM/UIUCModel/uiuc_coef_lift.cpp
src/FDM/UIUCModel/uiuc_coef_lift.h
src/FDM/UIUCModel/uiuc_coef_pitch.cpp
src/FDM/UIUCModel/uiuc_coef_pitch.h
src/FDM/UIUCModel/uiuc_coef_roll.cpp
src/FDM/UIUCModel/uiuc_coef_roll.h
src/FDM/UIUCModel/uiuc_coef_sideforce.cpp
src/FDM/UIUCModel/uiuc_coef_sideforce.h
src/FDM/UIUCModel/uiuc_coef_yaw.cpp
src/FDM/UIUCModel/uiuc_coef_yaw.h
src/FDM/UIUCModel/uiuc_initializemaps1.cpp [deleted file]
src/FDM/UIUCModel/uiuc_initializemaps2.cpp [deleted file]
src/FDM/UIUCModel/uiuc_initializemaps3.cpp [deleted file]
src/FDM/UIUCModel/uiuc_initializemaps4.cpp [deleted file]
src/FDM/UIUCModel/uiuc_map_CD.cpp
src/FDM/UIUCModel/uiuc_map_CL.cpp
src/FDM/UIUCModel/uiuc_map_CY.cpp
src/FDM/UIUCModel/uiuc_map_Cm.cpp
src/FDM/UIUCModel/uiuc_map_Cn.cpp
src/FDM/UIUCModel/uiuc_map_Croll.cpp
src/FDM/UIUCModel/uiuc_map_controlSurface.cpp
src/FDM/UIUCModel/uiuc_map_record3.cpp
src/FDM/UIUCModel/uiuc_map_record4.cpp
src/FDM/UIUCModel/uiuc_menu.cpp
src/FDM/UIUCModel/uiuc_recorder.cpp
src/FDM/UIUCModel/uiuc_wrapper.cpp
src/FDM/UIUCModel/uiuc_wrapper.h