Bitstream Interpretation Library (BIL)
0.1
|
Contains declaration of xdlrc_convert command line parsing function. More...
#include <string>
Go to the source code of this file.
Macros | |
#define | XDLRC_CONVERTARGS_HPP |
Functions | |
void | parseCommandLine (int argc, char **argv) |
Parses command line of xdlrc_convert program. |
Variables | |
std::string | xdlrcFileName |
program parameter containing input xdlrc file name | |
std::string | outFileName |
program parameter containing output file name |
Contains declaration of xdlrc_convert command line parsing function.
Definition in file xdlrc_convertArgs.hpp.
#define XDLRC_CONVERTARGS_HPP |
Definition at line 8 of file xdlrc_convertArgs.hpp.
void parseCommandLine | ( | int | argc, |
char ** | argv | ||
) |
Parses command line of xdlrc_convert program.
argc | Program argument count. |
argv | Program arguments array. |
. | 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 xdlrcFileName |
program parameter containing input xdlrc file name
Definition at line 13 of file xdlrc_convertArgs.cpp.
std::string outFileName |
program parameter containing output file name
Definition at line 14 of file xdlrc_convertArgs.cpp.