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