Bitstream Interpretation Library (BIL)  0.1
xdlcmpArgs.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 #ifndef XDLCMPARGS_HPP
8 #define XDLCMPARGS_HPP
9 
10 #include <string>
11 
12 
14 extern std::string xdlRefFileName;
15 
17 extern std::string xdlTestFileName;
18 
20 extern std::string reportFileName;
21 
23 extern std::string dataPathName;
24 
25 
32 void parseCommandLine(int argc, char** argv);
33 
34 
35 #endif