2000-03-22 22:01:33 +00:00
|
|
|
|
|
|
|
#ifndef _RECORDER_H
|
|
|
|
#define _RECORDER_H
|
|
|
|
|
|
|
|
#include "uiuc_parsefile.h"
|
|
|
|
#include "uiuc_aircraft.h"
|
|
|
|
#include "../FDM/LaRCsim/ls_generic.h"
|
2000-09-06 19:52:37 +00:00
|
|
|
#include "../FDM/LaRCsim/ls_cockpit.h"
|
|
|
|
#include "../FDM/LaRCsim/ls_constants.h"
|
2000-03-22 22:01:33 +00:00
|
|
|
|
|
|
|
extern double Simtime;
|
|
|
|
|
|
|
|
void uiuc_recorder(double dt );
|
|
|
|
|
|
|
|
#endif //_RECORDER_H
|