Bitstream Interpretation Library (BIL)
0.1
|
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>
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 |
Contains definition of v5data_gen command line parsing function.
Definition in file v5data_genArgs.cpp.
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.
argc | Program argument count. |
argv | Program arguments array. |
. |
Definition at line 17 of file v5data_genArgs.cpp.
std::string outputPath |
program parameter containing output path
Definition at line 14 of file v5data_genArgs.cpp.