Bitstream Interpretation Library (BIL)  0.1
xdlcmpMsgs.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 #ifndef XDLCMPMSGS_HPP
8 #define XDLCMPMSGS_HPP
9 
10 
11 extern const char* const SPLASH_MSG;
12 extern const char* const READING_REFERENCE_XDL_MSG;
13 extern const char* const READING_TEST_XDL_MSG;
14 extern const char* const PARSING_XDL_HEADER_MSG;
15 extern const char* const LOADING_DEVICE1_MSG;
16 extern const char* const LOADING_DEVICE2_MSG;
17 extern const char* const PARSING_XDL_MSG;
18 extern const char* const COMPARING_MSG;
19 extern const char* const FINISHED_MSG;
20 extern const char* const INFO_MSG;
21 
22 extern const char* const ERROR_UNKNOWN_MSG;
23 extern const char* const ERROR_MSG;
24 
25 extern const char* const ERROR_TOO_MANY_PARAMETERS_MSG;
26 extern const char* const ERROR_UNKNOWN_OPTION_1_MSG;
27 extern const char* const ERROR_UNKNOWN_OPTION_2_MSG;
28 extern const char* const ERROR_NO_REFXDL_FILE_MSG;
29 extern const char* const ERROR_NO_TESTXDL_FILE_MSG;
30 extern const char* const ERROR_NO_REPORT_FILE_MSG;
31 extern const char* const ERROR_NO_DATAPATH_MSG;
32 
33 extern const char* const DEVICE_FILE_EXT;
34 extern const char* const REPORT_FILE_EXT;
35 
36 
37 #endif