Read Command Line Parameters
[Utils]

This readcommanlineparameters is a carmen module intended to standardize the coding pratice at LAR. More...

Collaboration diagram for Read Command Line Parameters:

Data Structures

struct  TYPE_executionflags
 The execution flags are standart flags used by modules to define several execution behaviours. All modules that would check the command line parameters, should pass this struct to the readcommandlineparameters function. More...

Files

file  readcommandlineparameters.cpp
 

This is where main is defined and etc.


file  readcommandlineparameters.h
 

main header file for this module. Includes, global vars, funtion prototypes, etc.


Functions

int readcommandlineparameters (int argc, char **argv, TYPE_executionflags *flags, char verbose)
 Reads the command line parameters and sets global vars from TYPE_flags accordingly.

Detailed Description

This readcommanlineparameters is a carmen module intended to standardize the coding pratice at LAR.


Function Documentation

int readcommandlineparameters ( int  argc,
char **  argv,
TYPE_executionflags flags,
char  verbose 
)

Reads the command line parameters and sets global vars from TYPE_flags accordingly.

Parameters:
argc number of shell arguments
argv the shell arguments
Returns:
the result of main 1 is success. 0 is failure.

Referenced by main().

Here is the caller graph for this function:

Generated on Wed Jun 2 12:43:28 2010 for LAR Atlas by  doxygen 1.6.3