Bitstream Interpretation Library (BIL)
0.1
|
Contains declaration of v5cfgmap_gen command line parsing function. More...
#include <string>
Go to the source code of this file.
Macros | |
#define | V5CFGMAP_GENARGS_HPP |
Functions | |
void | parseCommandLine (int argc, char **argv) |
Parses command line of v5cfgmap_gen program. |
Variables | |
std::string | deviceFileName |
program parameter containing input device file name | |
std::string | dataPathName |
program parameter containing data path name | |
std::string | mapFileName |
program parameter containing output map file name |
Contains declaration of v5cfgmap_gen command line parsing function.
Definition in file v5cfgmap_genArgs.hpp.
#define V5CFGMAP_GENARGS_HPP |
Definition at line 8 of file v5cfgmap_genArgs.hpp.
void parseCommandLine | ( | int | argc, |
char ** | argv | ||
) |
Parses command line of v5cfgmap_gen program.
argc | Program argument count. |
argv | Program arguments array. |
. | Parses command line of v5cfgmap_gen program. |
Parses command line of bitcorrelate program.
Parses command line of bitreverse program.
Parses command line of bitextract program.
argc | Program argument count. |
argv | Program arguments array. |
. |
Definition at line 19 of file bit2xmlArgs.cpp.
std::string deviceFileName |
program parameter containing input device file name
Definition at line 14 of file v5cfgmap_genArgs.cpp.
std::string dataPathName |
program parameter containing data path name
Definition at line 14 of file bitextractArgs.cpp.
std::string mapFileName |
program parameter containing output map file name
Definition at line 16 of file v5cfgmap_genArgs.cpp.