Bitstream Interpretation Library (BIL)  0.1
xdlrc_convertMsgs.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 #ifndef XDLRC_CONVERTMSGS_HPP
8 #define XDLRC_CONVERTMSGS_HPP
9 
10 
11 extern const char* const SPLASH_MSG;
12 extern const char* const FIRST_PASS_MSG;
13 extern const char* const SECOND_PASS_MSG;
14 extern const char* const WRITING_DEVICE_FILE_MSG;
15 extern const char* const FINISHED_MSG;
16 extern const char* const INFO_MSG;
17 
18 extern const char* const ERROR_UNKNOWN_MSG;
19 extern const char* const ERROR_MSG;
20 
21 extern const char* const ERROR_TOO_FEW_PARAMETERS_MSG;
22 extern const char* const ERROR_TOO_MANY_PARAMETERS_MSG;
23 extern const char* const ERROR_UNKNOWN_OPTION_1_MSG;
24 extern const char* const ERROR_UNKNOWN_OPTION_2_MSG;
25 
26 extern const char* const DEVICE_FILE_EXT;
27 
28 
29 #endif