2000-03-22 22:01:33 +00:00
|
|
|
|
|
|
|
#ifndef _RECORDER_H
|
|
|
|
#define _RECORDER_H
|
|
|
|
|
|
|
|
#include "uiuc_parsefile.h"
|
|
|
|
#include "uiuc_aircraft.h"
|
2000-09-26 21:44:52 +00:00
|
|
|
#include <FDM/LaRCsim/ls_generic.h>
|
|
|
|
#include <FDM/LaRCsim/ls_cockpit.h>
|
|
|
|
#include <FDM/LaRCsim/ls_constants.h>
|
2000-03-22 22:01:33 +00:00
|
|
|
|
2000-10-02 21:49:04 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2000-03-22 22:01:33 +00:00
|
|
|
extern double Simtime;
|
|
|
|
|
2000-10-02 21:49:04 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
2000-03-22 22:01:33 +00:00
|
|
|
void uiuc_recorder(double dt );
|
|
|
|
|
|
|
|
#endif //_RECORDER_H
|