Bitstream Interpretation Library (BIL)
0.1
|
Contains definition of v5cfgmap_gen command line parsing function. More...
#include <datagen/v5cfgmap_gen/v5cfgmap_genArgs.hpp>
#include <datagen/v5cfgmap_gen/v5cfgmap_genMsgs.hpp>
#include <exception/CommandLineException.hpp>
Go to the source code of this file.
Functions | |
void | parseCommandLine (int argc, char **argv) |
Parses command line of bit2xml 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 definition of v5cfgmap_gen command line parsing function.
Definition in file v5cfgmap_genArgs.cpp.
void parseCommandLine | ( | int | argc, |
char ** | argv | ||
) |
Parses command line of bit2xml program.
Parses command line of xdlcmp program.
Parses command line of xdlrc_convert program.
Parses command line of v5data_gen program.
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 v5cfgmap_genArgs.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 15 of file v5cfgmap_genArgs.cpp.
std::string mapFileName |
program parameter containing output map file name
Definition at line 16 of file v5cfgmap_genArgs.cpp.