2000-03-22 22:01:33 +00:00
|
|
|
|
|
|
|
#ifndef _AERODEFLECTIONS_H_
|
|
|
|
#define _AERODEFLECTIONS_H_
|
|
|
|
|
|
|
|
#include "uiuc_aircraft.h" /* uses aileron, elevator, rudder */
|
2000-05-24 04:27:28 +00:00
|
|
|
#include "../LaRCsim/ls_cockpit.h" /* uses Long_control, Lat_control, Rudder_pedal */
|
|
|
|
#include "../LaRCsim/ls_constants.h" /* uses RAD_TO_DEG, DEG_TO_RAD */
|
2000-03-22 22:01:33 +00:00
|
|
|
|
|
|
|
void uiuc_aerodeflections();
|
|
|
|
|
|
|
|
#endif // _AERODEFLECTIONS_H_
|