2000-03-22 22:01:33 +00:00
|
|
|
#ifndef _AERODEFLECTIONS_H_
|
|
|
|
#define _AERODEFLECTIONS_H_
|
|
|
|
|
2000-09-06 19:52:37 +00:00
|
|
|
#include "uiuc_aircraft.h" /* aileron, elevator, rudder */
|
2000-09-26 21:44:52 +00:00
|
|
|
#include <FDM/LaRCsim/ls_cockpit.h> /* Long_control, Lat_control, Rudder_pedal */
|
|
|
|
#include <FDM/LaRCsim/ls_constants.h> /* RAD_TO_DEG, DEG_TO_RAD */
|
2000-09-06 19:52:37 +00:00
|
|
|
|
2000-03-22 22:01:33 +00:00
|
|
|
|
2000-09-06 19:52:37 +00:00
|
|
|
void uiuc_aerodeflections( double dt );
|
2000-03-22 22:01:33 +00:00
|
|
|
|
|
|
|
#endif // _AERODEFLECTIONS_H_
|