This readcommanlineparameters is a carmen module intended to standardize the coding pratice at LAR. More...
![]() |
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. |
This readcommanlineparameters is a carmen module intended to standardize the coding pratice at LAR.
int readcommandlineparameters | ( | int | argc, | |
char ** | argv, | |||
TYPE_executionflags * | flags, | |||
char | verbose | |||
) |
Reads the command line parameters and sets global vars from TYPE_flags accordingly.
argc | number of shell arguments | |
argv | the shell arguments |
Referenced by main().