2000-09-06 19:52:37 +00:00
|
|
|
#ifndef _COEFFICIENTS_H_
|
|
|
|
#define _COEFFICIENTS_H_
|
2000-03-22 22:01:33 +00:00
|
|
|
|
|
|
|
#include "uiuc_aircraft.h"
|
2000-09-06 19:52:37 +00:00
|
|
|
#include "uiuc_controlInput.h"
|
|
|
|
#include "uiuc_coef_drag.h"
|
|
|
|
#include "uiuc_coef_lift.h"
|
|
|
|
#include "uiuc_coef_pitch.h"
|
|
|
|
#include "uiuc_coef_sideforce.h"
|
|
|
|
#include "uiuc_coef_roll.h"
|
|
|
|
#include "uiuc_coef_yaw.h"
|
2000-05-24 04:27:28 +00:00
|
|
|
#include "../LaRCsim/ls_generic.h"
|
2000-03-22 22:01:33 +00:00
|
|
|
|
|
|
|
|
|
|
|
void uiuc_coefficients();
|
2000-09-06 19:52:37 +00:00
|
|
|
|
|
|
|
#endif // _COEFFICIENTS_H_
|