Bitstream Interpretation Library (BIL)  0.1
Functions | Variables
bit2xmlArgs.cpp File Reference

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>
Include dependency graph for bit2xmlArgs.cpp:

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

Detailed Description

Contains definition of bit2xml command line parsing function.

Definition in file bit2xmlArgs.cpp.


Function Documentation

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.

Parameters:
argcProgram argument count.
argvProgram arguments array.
Exceptions:
.

Definition at line 19 of file bit2xmlArgs.cpp.


Variable Documentation

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.