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

Contains declaration of bit2xml command line parsing function. More...

#include <string>
Include dependency graph for bit2xmlArgs.hpp:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

Contains declaration of bit2xml command line parsing function.

Definition in file bit2xmlArgs.hpp.


Macro Definition Documentation

#define BIT2XMLARGS_HPP

Definition at line 8 of file bit2xmlArgs.hpp.


Function Documentation

void parseCommandLine ( int  argc,
char **  argv 
)

Parses command line of bit2xml 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.