Include dependency graph for main.cc:

Functions | |
int | main (int argc, char *argv[]) |
Variables | |
static struct option | longopts [] |
const char * | USAGE |
Function Documentation
int main | ( | int | argc, |
char * | argv[] | ||
) |
Variable Documentation
|
static |
Initial value:
= {
{ "gui", optional_argument, NULL, 'g' },
{ "clock", optional_argument, NULL, 'c' },
{ "help", optional_argument, NULL, 'h' },
{ "args", required_argument, NULL, 'a' },
{ NULL, 0, NULL, 0 }
}
const char* USAGE |
Initial value:
=
"USAGE: stage [options] <worldfile1> [worldfile2 ... worldfileN]\n"
"Available [options] are:\n"
" --clock : print simulation time peridically on standard output\n"
" -c : equivalent to --clock\n"
" --gui : run without a GUI\n"
" -g : equivalent to --gui\n"
" --help : print this message\n"
" --args \"str\" : define an argument string to be passed to all controllers\n"
" -a \"str\" : equivalent to --args \"str\"\n"
" -h : equivalent to --help\n"
" -? : equivalent to --help"
Generated on Mon Feb 18 2013 11:55:16 for Stage by
