#include <simgear/compiler.h>
#include <cmath>
#include <iostream>
#include <fstream>
#include <string>
#include <simgear/constants.h>
#include <simgear/debug/logstream.hxx>
#include <simgear/misc/sg_path.hxx>
#include <simgear/io/iostreams/sgstream.hxx>
#include <simgear/structure/exception.hxx>
#include <simgear/props/props_io.hxx>
#include <Main/fg_io.hxx>
#include <Main/fg_props.hxx>
#include <Main/globals.hxx>
#include "jsinput.h"
Go to the source code of this file.
◆ confirmAnswer()
◆ fgScanForOption() [1/3]
static string fgScanForOption |
( |
const string & | option | ) |
|
|
static |
◆ fgScanForOption() [2/3]
static string fgScanForOption |
( |
const string & | option, |
|
|
const SGPath & | path ) |
|
static |
◆ fgScanForOption() [3/3]
static string fgScanForOption |
( |
const string & | option, |
|
|
int | argc, |
|
|
char ** | argv ) |
|
static |
◆ getFGRoot() [1/2]
string getFGRoot |
( |
int | argc, |
|
|
char ** | argv ) |
◆ getFGRoot() [2/2]
string getFGRoot |
( |
int | argc, |
|
|
char * | argv[] ) |
◆ main()
int main |
( |
int | argc, |
|
|
char * | argv[] ) |
◆ free_hostname
bool free_hostname = false |
◆ homedir
char* homedir = ::getenv( "HOME" ) |
◆ hostname
char* hostname = ::getenv( "HOSTNAME" ) |