Bitstream Interpretation Library (BIL)
0.1
|
Contains definition of text message constants for bitextract. More...
#include <application/bitextract/bitextractMsgs.hpp>
Go to the source code of this file.
Variables | |
const char *const | SPLASH_MSG = "bitextract version 0.1\nCopyright (c) 2011 Florian Benz\n\n" |
const char *const | LOADING_BITFILE_MSG = "Loading bitfile...\n" |
const char *const | DECODING_BITSTREAM_MSG = "Decoding bitstream...\n" |
const char *const | LOADING_DEVICELIST_MSG = "Loading device list...\n" |
const char *const | DETECTING_TARGETDEVICE_MSG = "Detecting target device...\n" |
const char *const | LOADING_ADDRESSLAYOUT1_MSG = "Loading address layout for " |
const char *const | LOADING_ADDRESSLAYOUT2_MSG = "...\n" |
const char *const | EXECUTING_BITSTREAM_MSG = "Executing bitstream...\n" |
const char *const | WRITING_CFG_MSG = "Writing configuration data...\n" |
const char *const | FINISHED_MSG = "Finished.\n" |
const char *const | INFO_MSG = " binary file.\n\n" |
const char *const | ERROR_MSG = "Error: " |
const char *const | ERROR_UNKNOWN_MSG = "Unknown error occurred.\n" |
const char *const | ERROR_TOO_MANY_PARAMETERS_MSG = "Too many parameters!" |
const char *const | ERROR_UNKNOWN_OPTION_1_MSG = "Unknown option \"" |
const char *const | ERROR_UNKNOWN_OPTION_2_MSG = "\"!" |
const char *const | ERROR_NO_INPUT_FILE_MSG = "No input bitfile specified!" |
const char *const | ERROR_NO_DATAPATH_MSG = "No data path specified!" |
const char *const | V5DEVICES_FILENAME = "\\v5devices.lst" |
const char *const | CAL_FILE_EXT = ".cal" |
const char *const | CFG_FILE_EXT = ".bin" |
const char *const | INDEX_FILE_EXT = ".txt" |
const char *const | INDEX_FILE_HEADER = "; <raw frame address> <byte offset in configuration file> <decoded frame address>:<column type>\n\n" |
Contains definition of text message constants for bitextract.
Definition in file bitextractMsgs.cpp.
const char* const SPLASH_MSG = "bitextract version 0.1\nCopyright (c) 2011 Florian Benz\n\n" |
Definition at line 9 of file bitextractMsgs.cpp.
const char* const LOADING_BITFILE_MSG = "Loading bitfile...\n" |
Definition at line 12 of file bitextractMsgs.cpp.
const char* const DECODING_BITSTREAM_MSG = "Decoding bitstream...\n" |
Definition at line 15 of file bitextractMsgs.cpp.
const char* const LOADING_DEVICELIST_MSG = "Loading device list...\n" |
Definition at line 18 of file bitextractMsgs.cpp.
const char* const DETECTING_TARGETDEVICE_MSG = "Detecting target device...\n" |
Definition at line 21 of file bitextractMsgs.cpp.
const char* const LOADING_ADDRESSLAYOUT1_MSG = "Loading address layout for " |
Definition at line 24 of file bitextractMsgs.cpp.
const char* const LOADING_ADDRESSLAYOUT2_MSG = "...\n" |
Definition at line 27 of file bitextractMsgs.cpp.
const char* const EXECUTING_BITSTREAM_MSG = "Executing bitstream...\n" |
Definition at line 30 of file bitextractMsgs.cpp.
const char* const WRITING_CFG_MSG = "Writing configuration data...\n" |
Definition at line 33 of file bitextractMsgs.cpp.
const char* const FINISHED_MSG = "Finished.\n" |
Definition at line 36 of file bitextractMsgs.cpp.
const char* const INFO_MSG = " binary file.\n\n" |
Definition at line 39 of file bitextractMsgs.cpp.
const char* const ERROR_MSG = "Error: " |
Definition at line 51 of file bitextractMsgs.cpp.
const char* const ERROR_UNKNOWN_MSG = "Unknown error occurred.\n" |
Definition at line 54 of file bitextractMsgs.cpp.
const char* const ERROR_TOO_MANY_PARAMETERS_MSG = "Too many parameters!" |
Definition at line 58 of file bitextractMsgs.cpp.
const char* const ERROR_UNKNOWN_OPTION_1_MSG = "Unknown option \"" |
Definition at line 61 of file bitextractMsgs.cpp.
const char* const ERROR_UNKNOWN_OPTION_2_MSG = "\"!" |
Definition at line 64 of file bitextractMsgs.cpp.
const char* const ERROR_NO_INPUT_FILE_MSG = "No input bitfile specified!" |
Definition at line 67 of file bitextractMsgs.cpp.
const char* const ERROR_NO_DATAPATH_MSG = "No data path specified!" |
Definition at line 70 of file bitextractMsgs.cpp.
const char* const V5DEVICES_FILENAME = "\\v5devices.lst" |
Definition at line 74 of file bitextractMsgs.cpp.
const char* const CAL_FILE_EXT = ".cal" |
Definition at line 77 of file bitextractMsgs.cpp.
const char* const CFG_FILE_EXT = ".bin" |
Definition at line 80 of file bitextractMsgs.cpp.
const char* const INDEX_FILE_EXT = ".txt" |
Definition at line 83 of file bitextractMsgs.cpp.
const char* const INDEX_FILE_HEADER = "; <raw frame address> <byte offset in configuration file> <decoded frame address>:<column type>\n\n" |
Definition at line 86 of file bitextractMsgs.cpp.