Bitstream Interpretation Library (BIL)  0.1
v5cfgmap_genArgs.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 #ifndef V5CFGMAP_GENARGS_HPP
8 #define V5CFGMAP_GENARGS_HPP
9 
10 #include <string>
11 
12 
14 extern std::string deviceFileName;
15 
17 extern std::string dataPathName;
18 
20 extern std::string mapFileName;
21 
22 
29 void parseCommandLine(int argc, char** argv);
30 
31 
32 #endif