1 #ifndef _AERODEFLECTIONS_H_
2 #define _AERODEFLECTIONS_H_
4 #include "uiuc_aircraft.h" /* aileron, elevator, rudder */
5 #include "uiuc_find_position.h"
6 #include <FDM/LaRCsim/ls_cockpit.h> /* Long_control, Lat_control, Rudder_pedal */
7 #include <FDM/LaRCsim/ls_constants.h> /* RAD_TO_DEG, DEG_TO_RAD */
8 #include <FDM/LaRCsim/ls_generic.h> //For global LaRCsim variables
10 void uiuc_aerodeflections( double dt );
12 #endif // _AERODEFLECTIONS_H_