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

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

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

Go to the source code of this file.

Macros

#define V5DATA_GENARGS_HPP

Functions

void parseCommandLine (int argc, char **argv)
 Parses command line of v5data_gen program.

Variables

std::string outputPath
 program parameter containing output path

Detailed Description

Contains declaration of v5data_gen command line parsing function.

Definition in file v5data_genArgs.hpp.


Macro Definition Documentation

#define V5DATA_GENARGS_HPP

Definition at line 8 of file v5data_genArgs.hpp.


Function Documentation

void parseCommandLine ( int  argc,
char **  argv 
)

Parses command line of v5data_gen program.

Parameters:
argcProgram argument count.
argvProgram arguments array.
Exceptions:
.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

std::string outputPath

program parameter containing output path

Definition at line 14 of file v5data_genArgs.cpp.