Bitstream Interpretation Library (BIL)
0.1
|
Contains definition of text message constants for xdlcmp. More...
#include <test/xdlcmp/xdlcmpMsgs.hpp>
Go to the source code of this file.
Variables | |
const char *const | SPLASH_MSG = "xdlcmp version 0.1\nCopyright (c) 2011 Florian Benz\n\n" |
const char *const | READING_REFERENCE_XDL_MSG = "Reading reference XDL file...\n" |
const char *const | READING_TEST_XDL_MSG = "\nReading test XDL file...\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 | COMPARING_MSG = "\nComparing...\n" |
const char *const | FINISHED_MSG = "\nFinished.\n" |
const char *const | INFO_MSG = "xdlcmp: Reads in two XDL files and compares them.\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_REFXDL_FILE_MSG = "No input reference XDL file specified!" |
const char *const | ERROR_NO_TESTXDL_FILE_MSG = "No input test XDL file specified!" |
const char *const | ERROR_NO_REPORT_FILE_MSG = "No output report file specified!" |
const char *const | ERROR_NO_DATAPATH_MSG = "No data path given!" |
const char *const | DEVICE_FILE_EXT = ".dev" |
const char *const | REPORT_FILE_EXT = ".txt" |
Contains definition of text message constants for xdlcmp.
Definition in file xdlcmpMsgs.cpp.
const char* const SPLASH_MSG = "xdlcmp version 0.1\nCopyright (c) 2011 Florian Benz\n\n" |
Definition at line 9 of file xdlcmpMsgs.cpp.
const char* const READING_REFERENCE_XDL_MSG = "Reading reference XDL file...\n" |
Definition at line 12 of file xdlcmpMsgs.cpp.
const char* const READING_TEST_XDL_MSG = "\nReading test XDL file...\n" |
Definition at line 15 of file xdlcmpMsgs.cpp.
const char* const PARSING_XDL_HEADER_MSG = "Parsing XDL header...\n" |
Definition at line 18 of file xdlcmpMsgs.cpp.
const char* const LOADING_DEVICE1_MSG = "Loading device " |
Definition at line 21 of file xdlcmpMsgs.cpp.
const char* const LOADING_DEVICE2_MSG = "... \n" |
Definition at line 24 of file xdlcmpMsgs.cpp.
const char* const PARSING_XDL_MSG = "Parsing XDL...\n" |
Definition at line 27 of file xdlcmpMsgs.cpp.
const char* const COMPARING_MSG = "\nComparing...\n" |
Definition at line 30 of file xdlcmpMsgs.cpp.
const char* const FINISHED_MSG = "\nFinished.\n" |
Definition at line 33 of file xdlcmpMsgs.cpp.
const char* const INFO_MSG = "xdlcmp: Reads in two XDL files and compares them.\n\n" |
Definition at line 36 of file xdlcmpMsgs.cpp.
const char* const ERROR_MSG = "Error: " |
Definition at line 47 of file xdlcmpMsgs.cpp.
const char* const ERROR_UNKNOWN_MSG = "Unknown error occurred.\n" |
Definition at line 50 of file xdlcmpMsgs.cpp.
const char* const ERROR_TOO_MANY_PARAMETERS_MSG = "Too many parameters!" |
Definition at line 54 of file xdlcmpMsgs.cpp.
const char* const ERROR_UNKNOWN_OPTION_1_MSG = "Unknown option \"" |
Definition at line 57 of file xdlcmpMsgs.cpp.
const char* const ERROR_UNKNOWN_OPTION_2_MSG = "\"!" |
Definition at line 60 of file xdlcmpMsgs.cpp.
const char* const ERROR_NO_REFXDL_FILE_MSG = "No input reference XDL file specified!" |
Definition at line 63 of file xdlcmpMsgs.cpp.
const char* const ERROR_NO_TESTXDL_FILE_MSG = "No input test XDL file specified!" |
Definition at line 66 of file xdlcmpMsgs.cpp.
const char* const ERROR_NO_REPORT_FILE_MSG = "No output report file specified!" |
Definition at line 69 of file xdlcmpMsgs.cpp.
const char* const ERROR_NO_DATAPATH_MSG = "No data path given!" |
Definition at line 70 of file bitextractMsgs.cpp.
const char* const DEVICE_FILE_EXT = ".dev" |
Definition at line 76 of file xdlcmpMsgs.cpp.
const char* const REPORT_FILE_EXT = ".txt" |
Definition at line 78 of file xdlcmpMsgs.cpp.