Bitstream Interpretation Library (BIL)
0.1
|
Contains definition of bit2xml command line parsing function. More...
#include <application/bit2xml/bit2xmlArgs.hpp>
#include <application/bit2xml/bit2xmlMsgs.hpp>
#include <exception/CommandLineException.hpp>
#include <exception/Exception.hpp>
Go to the source code of this file.
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 definition of bit2xml command line parsing function.
Definition in file bit2xmlArgs.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 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.