FlightGear next
|
#include "initialization/FGTrim.h"
#include "FGFDMExec.h"
#include "input_output/FGXMLFileRead.h"
#include <time>
#include <sys/time.h>
#include <iostream>
#include <cstdlib>
Go to the source code of this file.
Classes | |
class | XMLFile |
This class is solely for the purpose of determining what type of file is given on the command line. More... | |
class | FGXMLFileRead |
class | Element |
Macros | |
#define | gripe |
Functions | |
bool | options (int, char **) |
int | real_main (int argc, char *argv[]) |
void | PrintHelp (void) |
double | getcurrentseconds (void) |
void | sim_nsleep (long nanosec) |
int | main (int argc, char *argv[]) |
Variables | |
SGPath | RootDir |
SGPath | ScriptName |
string | AircraftName |
SGPath | ResetName |
vector< string > | LogOutputName |
vector< SGPath > | LogDirectiveName |
vector< string > | CommandLineProperties |
vector< double > | CommandLinePropertyValues |
JSBSim::FGFDMExec * | FDMExec |
JSBSim::FGTrim * | trimmer |
bool | realtime |
bool | play_nice |
bool | suspend |
bool | catalog |
bool | nohighlight |
double | end_time = 1e99 |
double | simulation_rate = 1./120. |
bool | override_sim_rate = false |
double | sleep_period =0.01 |
#define gripe |
Definition at line 564 of file JSBSim.cpp.
double getcurrentseconds | ( | void | ) |
Definition at line 118 of file JSBSim.cpp.
int main | ( | int | argc, |
char * | argv[] ) |
Definition at line 277 of file JSBSim.cpp.
bool options | ( | int | count, |
char ** | arg ) |
Definition at line 568 of file JSBSim.cpp.
void PrintHelp | ( | void | ) |
Definition at line 744 of file JSBSim.cpp.
int real_main | ( | int | argc, |
char * | argv[] ) |
Definition at line 301 of file JSBSim.cpp.
void sim_nsleep | ( | long | nanosec | ) |
Definition at line 134 of file JSBSim.cpp.
string AircraftName |
Definition at line 82 of file JSBSim.cpp.
bool catalog |
Definition at line 94 of file JSBSim.cpp.
vector<string> CommandLineProperties |
Definition at line 86 of file JSBSim.cpp.
vector<double> CommandLinePropertyValues |
Definition at line 87 of file JSBSim.cpp.
double end_time = 1e99 |
Definition at line 97 of file JSBSim.cpp.
JSBSim::FGFDMExec* FDMExec |
Definition at line 88 of file JSBSim.cpp.
vector<SGPath> LogDirectiveName |
Definition at line 85 of file JSBSim.cpp.
vector<string> LogOutputName |
Definition at line 84 of file JSBSim.cpp.
bool nohighlight |
Definition at line 95 of file JSBSim.cpp.
bool override_sim_rate = false |
Definition at line 99 of file JSBSim.cpp.
bool play_nice |
Definition at line 92 of file JSBSim.cpp.
bool realtime |
Definition at line 91 of file JSBSim.cpp.
SGPath ResetName |
Definition at line 83 of file JSBSim.cpp.
SGPath RootDir |
Definition at line 80 of file JSBSim.cpp.
SGPath ScriptName |
Definition at line 81 of file JSBSim.cpp.
double simulation_rate = 1./120. |
Definition at line 98 of file JSBSim.cpp.
double sleep_period =0.01 |
Definition at line 100 of file JSBSim.cpp.
bool suspend |
Definition at line 93 of file JSBSim.cpp.
JSBSim::FGTrim* trimmer |
Definition at line 89 of file JSBSim.cpp.