parameters.h File Reference

This file contains header information for the dealing with command line parameters. More...

#include "array.h"
#include "mystring.h"

Go to the source code of this file.

Classes

struct  Parameters
 Structure to hold all command line Parameters. More...

Functions

bool get_parameters (int argc, char **argv)
 Get the command line parameters.


Detailed Description

This file contains header information for the dealing with command line parameters.

Author:
Stefan Buehler
Date:
2001-07-24

Definition in file parameters.h.


Function Documentation

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

Returns:
false=ok, true=error
Parameters:
argc Number of command line parameters
argv Values of command line parameters
Author:
Stefan Buehler
Version:
1

Definition at line 35 of file parameters.cc.


Generated on Wed Feb 4 08:17:26 2009 for ARTS by  doxygen 1.5.6