Bitstream Interpretation Library (BIL)
0.1
|
Contains declaration of xdlcmp command line parsing function. More...
#include <string>
Go to the source code of this file.
Macros | |
#define | XDLCMPARGS_HPP |
Functions | |
void | parseCommandLine (int argc, char **argv) |
Parses command line of xdlcmp program. |
Variables | |
std::string | xdlRefFileName |
program parameter containing reference input XDL file name | |
std::string | xdlTestFileName |
program parameter containing test input XDL file name | |
std::string | reportFileName |
program parameter containing output report file name | |
std::string | dataPathName |
program parameter containing data path name |
Contains declaration of xdlcmp command line parsing function.
Definition in file xdlcmpArgs.hpp.
#define XDLCMPARGS_HPP |
Definition at line 8 of file xdlcmpArgs.hpp.
void parseCommandLine | ( | int | argc, |
char ** | argv | ||
) |
Parses command line of xdlcmp program.
argc | Program argument count. |
argv | Program arguments array. |
. | 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 bit2xmlArgs.cpp.
std::string xdlRefFileName |
program parameter containing reference input XDL file name
Definition at line 12 of file xdlcmpArgs.cpp.
std::string xdlTestFileName |
program parameter containing test input XDL file name
Definition at line 13 of file xdlcmpArgs.cpp.
std::string reportFileName |
program parameter containing output report file name
Definition at line 14 of file xdlcmpArgs.cpp.
std::string dataPathName |
program parameter containing data path name
Definition at line 14 of file bitextractArgs.cpp.