1 #ifndef _GETWIND_H_
2 #define _GETWIND_H_
3 
4 #include <math.h>
5 #include "uiuc_aircraft.h"
6 #include <FDM/LaRCsim/ls_generic.h> //For global state variables
7 #include <FDM/LaRCsim/ls_constants.h>
8 
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 
13 extern double Simtime;
14 
15 #ifdef __cplusplus
16 }
17 #endif
18 
19 void uiuc_getwind();
20 #endif // _GETWIND_H_
21