Bitstream Interpretation Library (BIL)
0.1
|
Contains definition of text message constants for bitcorrelate. More...
#include <datagen/bitcorrelate/bitcorrelateMsgs.hpp>
Go to the source code of this file.
Variables | |
const char *const | SPLASH_MSG = "bitcorrelate version 0.1\nCopyright (c) 2011 Florian Benz\n\n" |
const char *const | PARSING_XDL_HEADER_MSG = "Parsing XDL header...\n" |
const char *const | LOADING_DEVICE1_MSG = "Loading device " |
const char *const | LOADING_DEVICE2_MSG = "... \n" |
const char *const | PARSING_XDL_MSG = "Parsing XDL...\n" |
const char *const | LOADING_CFGTILEMAP_MSG = "\nLoading configuration tile map file...\n" |
const char *const | LOADING_BITFILE_MSG = "\nLoading bitfile...\n" |
const char *const | DECODING_BITSTREAM_MSG = "Decoding bitstream...\n" |
const char *const | LOADING_DEVICELIST_MSG = "Loading device list...\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 | DOING_CORRELATION_MSG = "\nDoing correlation...\n" |
const char *const | WRITING_DATABASE_MSG = "\nWriting database...\n" |
const char *const | WRITING_STATS_MSG = "Writing statistics...\n" |
const char *const | FINISHED_MSG = "\nFinished.\n" |
const char *const | INFO_MSG = " of the PIPs and configuration options.\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_BIT_FILE_MSG = "No bitfile specified!" |
const char *const | ERROR_NO_XDL_FILE_MSG = "No XDL file specified!" |
const char *const | ERROR_NO_DB_FILE_MSG = "No data base file specified!" |
const char *const | ERROR_NO_STATSFILE_MSG = "No statistics file specified!" |
const char *const | ERROR_NO_DATAPATH_MSG = "No data path specified!" |
const char *const | DEVICE_FILE_EXT = ".dev" |
const char *const | MAP_FILE_EXT = ".map" |
const char *const | V5DEVICES_FILENAME = "\\v5devices.lst" |
const char *const | CAL_FILE_EXT = ".cal" |
Contains definition of text message constants for bitcorrelate.
Definition in file bitcorrelateMsgs.cpp.
const char* const SPLASH_MSG = "bitcorrelate version 0.1\nCopyright (c) 2011 Florian Benz\n\n" |
Definition at line 9 of file bitcorrelateMsgs.cpp.
const char* const PARSING_XDL_HEADER_MSG = "Parsing XDL header...\n" |
Definition at line 12 of file bitcorrelateMsgs.cpp.
const char* const LOADING_DEVICE1_MSG = "Loading device " |
Definition at line 15 of file bitcorrelateMsgs.cpp.
const char* const LOADING_DEVICE2_MSG = "... \n" |
Definition at line 18 of file bitcorrelateMsgs.cpp.
const char* const PARSING_XDL_MSG = "Parsing XDL...\n" |
Definition at line 21 of file bitcorrelateMsgs.cpp.
const char* const LOADING_CFGTILEMAP_MSG = "\nLoading configuration tile map file...\n" |
Definition at line 24 of file bitcorrelateMsgs.cpp.
const char* const LOADING_BITFILE_MSG = "\nLoading bitfile...\n" |
Definition at line 27 of file bitcorrelateMsgs.cpp.
const char* const DECODING_BITSTREAM_MSG = "Decoding bitstream...\n" |
Definition at line 30 of file bitcorrelateMsgs.cpp.
const char* const LOADING_DEVICELIST_MSG = "Loading device list...\n" |
Definition at line 33 of file bitcorrelateMsgs.cpp.
const char* const LOADING_ADDRESSLAYOUT1_MSG = "Loading address layout for " |
Definition at line 36 of file bitcorrelateMsgs.cpp.
const char* const LOADING_ADDRESSLAYOUT2_MSG = "...\n" |
Definition at line 39 of file bitcorrelateMsgs.cpp.
const char* const EXECUTING_BITSTREAM_MSG = "Executing bitstream...\n" |
Definition at line 42 of file bitcorrelateMsgs.cpp.
const char* const DOING_CORRELATION_MSG = "\nDoing correlation...\n" |
Definition at line 45 of file bitcorrelateMsgs.cpp.
const char* const WRITING_DATABASE_MSG = "\nWriting database...\n" |
Definition at line 48 of file bitcorrelateMsgs.cpp.
const char* const WRITING_STATS_MSG = "Writing statistics...\n" |
Definition at line 51 of file bitcorrelateMsgs.cpp.
const char* const FINISHED_MSG = "\nFinished.\n" |
Definition at line 54 of file bitcorrelateMsgs.cpp.
const char* const INFO_MSG = " of the PIPs and configuration options.\n\n" |
Definition at line 57 of file bitcorrelateMsgs.cpp.
const char* const ERROR_MSG = "Error: " |
Definition at line 71 of file bitcorrelateMsgs.cpp.
const char* const ERROR_UNKNOWN_MSG = "Unknown error occurred.\n" |
Definition at line 74 of file bitcorrelateMsgs.cpp.
const char* const ERROR_TOO_MANY_PARAMETERS_MSG = "Too many parameters!" |
Definition at line 78 of file bitcorrelateMsgs.cpp.
const char* const ERROR_UNKNOWN_OPTION_1_MSG = "Unknown option \"" |
Definition at line 81 of file bitcorrelateMsgs.cpp.
const char* const ERROR_UNKNOWN_OPTION_2_MSG = "\"!" |
Definition at line 84 of file bitcorrelateMsgs.cpp.
const char* const ERROR_NO_BIT_FILE_MSG = "No bitfile specified!" |
Definition at line 87 of file bitcorrelateMsgs.cpp.
const char* const ERROR_NO_XDL_FILE_MSG = "No XDL file specified!" |
Definition at line 90 of file bitcorrelateMsgs.cpp.
const char* const ERROR_NO_DB_FILE_MSG = "No data base file specified!" |
Definition at line 93 of file bitcorrelateMsgs.cpp.
const char* const ERROR_NO_STATSFILE_MSG = "No statistics file specified!" |
Definition at line 96 of file bitcorrelateMsgs.cpp.
const char* const ERROR_NO_DATAPATH_MSG = "No data path specified!" |
Definition at line 99 of file bitcorrelateMsgs.cpp.
const char* const DEVICE_FILE_EXT = ".dev" |
Definition at line 103 of file bitcorrelateMsgs.cpp.
const char* const MAP_FILE_EXT = ".map" |
Definition at line 105 of file bitcorrelateMsgs.cpp.
const char* const V5DEVICES_FILENAME = "\\v5devices.lst" |
Definition at line 107 of file bitcorrelateMsgs.cpp.
const char* const CAL_FILE_EXT = ".cal" |
Definition at line 109 of file bitcorrelateMsgs.cpp.