#include "arts.h"
#include <getopt.h>
#include "parameters.h"
Go to the source code of this file.
Functions | |
| bool | get_parameters (int argc, char **argv) | 
| Get the command line parameters.   | |
Variables | |
| Parameters | parameters | 
| Holds the command line parameters.   | |
Standard GNU functions are used for this.
Definition in file parameters.cc.
| bool get_parameters | ( | int | argc, | |
| char ** | argv | |||
| ) | 
Get the command line parameters.
They are stored in the global variable parameters which is a structure of type Parameters. If needed, this variable should be declared like this:
extern const Parameters parameters
| argc | Number of command line parameters | |
| argv | Values of command line parameters | 
Definition at line 35 of file parameters.cc.
 1.5.6