]> git.mxchange.org Git - flightgear.git/blob - src/FDM/UIUCModel/uiuc_auto_pilot.h
Goodbye automake.
[flightgear.git] / src / FDM / UIUCModel / uiuc_auto_pilot.h
1 #ifndef _AUTO_PILOT_H_
2 #define _AUTO_PILOT_H_
3
4 #include "uiuc_aircraft.h"
5 #include "uiuc_pah_ap.h"
6 #include "uiuc_alh_ap.h"
7 #include "uiuc_rah_ap.h"
8 #include "uiuc_hh_ap.h"
9 #include <FDM/LaRCsim/ls_generic.h>
10 #include <FDM/LaRCsim/ls_constants.h>   /* RAD_TO_DEG, DEG_TO_RAD*/
11
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15
16 extern double Simtime;
17
18 #ifdef __cplusplus
19 }
20 #endif
21
22 void uiuc_auto_pilot(double dt);
23
24 #endif // _AUTO_PILOT_H_