Bitstream Interpretation Library (BIL)
0.1
|
Contains declaration of bit2xml command line parsing function. More...
#include <string>
Go to the source code of this file.
Macros | |
#define | BIT2XMLARGS_HPP |
Functions | |
void | parseCommandLine (int argc, char **argv) |
Parses command line of bit2xml program. |
Variables | |
bool | addStylesheet |
program parameter denoting if stylesheets have to be generated | |
std::string | bitFileName |
program parameter containing input bitfile name | |
std::string | xmlFileName |
program parameter containing output XML name |
Contains declaration of bit2xml command line parsing function.
Definition in file bit2xmlArgs.hpp.
#define BIT2XMLARGS_HPP |
Definition at line 8 of file bit2xmlArgs.hpp.
void parseCommandLine | ( | int | argc, |
char ** | argv | ||
) |
Parses command line of bit2xml program.
argc | Program argument count. |
argv | Program arguments array. |
. |
Definition at line 19 of file bit2xmlArgs.cpp.
bool addStylesheet |
program parameter denoting if stylesheets have to be generated
Definition at line 14 of file bit2xmlArgs.cpp.
std::string bitFileName |
program parameter containing input bitfile name
Definition at line 15 of file bit2xmlArgs.cpp.
std::string xmlFileName |
program parameter containing output XML name
Definition at line 16 of file bit2xmlArgs.cpp.