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

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

#include <datagen/v5data_gen/v5data_genArgs.hpp>
#include <datagen/v5data_gen/v5data_genMsgs.hpp>
#include <exception/CommandLineException.hpp>
Include dependency graph for v5data_genArgs.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 outputPath
 program parameter containing output path

Detailed Description

Contains definition of v5data_gen command line parsing function.

Definition in file v5data_genArgs.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 17 of file v5data_genArgs.cpp.


Variable Documentation

std::string outputPath

program parameter containing output path

Definition at line 14 of file v5data_genArgs.cpp.