]> git.mxchange.org Git - flightgear.git/blob - src/FDM/UIUCModel/uiuc_rah_ap.h
Units bug.
[flightgear.git] / src / FDM / UIUCModel / uiuc_rah_ap.h
1
2 #ifndef _RAH_AP_H_
3 #define _RAH_AP_H_
4
5 #include <FDM/LaRCsim/ls_constants.h>
6 #include <cmath>
7
8 void rah_ap(double phi, double phirate, double phi_ref, double V,
9             double sample_time, double b, double yawrate, double ctr_defl[2],
10             int init);
11
12 #endif //_RAH_AP_H_