2003-05-13 18:45:04 +00:00
|
|
|
#ifndef _GET_FLAPPER_H_
|
|
|
|
#define _GET_FLAPPER_H_
|
|
|
|
|
|
|
|
#include "uiuc_flapdata.h"
|
|
|
|
#include "uiuc_aircraft.h"
|
|
|
|
#include <FDM/LaRCsim/ls_constants.h>
|
|
|
|
#include <FDM/LaRCsim/ls_generic.h>
|
|
|
|
#include <FDM/LaRCsim/ls_cockpit.h>
|
|
|
|
#include <math.h>
|
2003-05-15 08:17:53 +00:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2003-05-13 18:45:04 +00:00
|
|
|
extern double Simtime;
|
|
|
|
|
2003-05-15 08:17:53 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
2003-05-13 18:45:04 +00:00
|
|
|
void uiuc_get_flapper(double dt);
|
|
|
|
|
|
|
|
#endif //_GET_FLAPPER_H_
|