Bitstream Interpretation Library (BIL)  0.1
v5data_genArgs.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 #ifndef V5DATA_GENARGS_HPP
8 #define V5DATA_GENARGS_HPP
9 
10 #include <string>
11 
12 
14 extern std::string outputPath;
15 
16 
23 void parseCommandLine(int argc, char** argv);
24 
25 
26 #endif