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

Contains definition of bitextract command line parsing function. More...

#include <application/bitextract/bitextractArgs.hpp>
#include <application/bitextract/bitextractMsgs.hpp>
#include <exception/CommandLineException.hpp>
Include dependency graph for bitextractArgs.cpp:

Go to the source code of this file.

Functions

void parseCommandLine (int argc, char **argv)
 Parses command line of bit2xml 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

Detailed Description

Contains definition of bitextract command line parsing function.

Definition in file bitextractArgs.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 bitextractArgs.cpp.


Variable Documentation

std::string bitFileName

program parameter containing input bitfile name

Definition at line 13 of file bitextractArgs.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.