]> git.mxchange.org Git - flightgear.git/blob - src/FDM/UIUCModel/uiuc_hh_ap.h
Fix broken tank properties. More verbose generic protocol error messages
[flightgear.git] / src / FDM / UIUCModel / uiuc_hh_ap.h
1
2 #ifndef _HH_AP_H_
3 #define _HH_AP_H_
4
5 #include <FDM/LaRCsim/ls_constants.h>
6 #include <cmath>
7
8 void hh_ap(double phi, double yaw, double phirate, double yaw_ref, 
9            double V, double sample_time, double b, double yawrate,
10            double ctr_defl[2], int init);
11
12 #endif //_HH_AP_H_