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