Bitstream Interpretation Library (BIL)  0.1
bitextractMsgs.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 #ifndef BITEXTRACTMSGS_HPP
8 #define BITEXTRACTMSGS_HPP
9 
10 
11 extern const char* const SPLASH_MSG;
12 extern const char* const LOADING_BITFILE_MSG;
13 extern const char* const DECODING_BITSTREAM_MSG;
14 extern const char* const LOADING_DEVICELIST_MSG;
15 extern const char* const DETECTING_TARGETDEVICE_MSG;
16 extern const char* const LOADING_ADDRESSLAYOUT1_MSG;
17 extern const char* const LOADING_ADDRESSLAYOUT2_MSG;
18 extern const char* const EXECUTING_BITSTREAM_MSG;
19 extern const char* const WRITING_CFG_MSG;
20 extern const char* const FINISHED_MSG;
21 extern const char* const INFO_MSG;
22 
23 extern const char* const ERROR_UNKNOWN_MSG;
24 extern const char* const ERROR_MSG;
25 
26 extern const char* const ERROR_TOO_MANY_PARAMETERS_MSG;
27 extern const char* const ERROR_UNKNOWN_OPTION_1_MSG;
28 extern const char* const ERROR_UNKNOWN_OPTION_2_MSG;
29 extern const char* const ERROR_NO_INPUT_FILE_MSG;
30 extern const char* const ERROR_NO_DATAPATH_MSG;
31 
32 extern const char* const V5DEVICES_FILENAME;
33 extern const char* const CAL_FILE_EXT;
34 extern const char* const CFG_FILE_EXT;
35 extern const char* const INDEX_FILE_EXT;
36 
37 extern const char* const INDEX_FILE_HEADER;
38 
39 
40 #endif