Bitstream Interpretation Library (BIL)
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
test
xdlcmp
xdlcmpMsgs.cpp
Go to the documentation of this file.
1
6
#include <
test/xdlcmp/xdlcmpMsgs.hpp
>
7
8
9
const
char
*
const
SPLASH_MSG
=
10
"xdlcmp version 0.1\nCopyright (c) 2011 Florian Benz\n\n"
;
11
12
const
char
*
const
READING_REFERENCE_XDL_MSG
=
13
"Reading reference XDL file...\n"
;
14
15
const
char
*
const
READING_TEST_XDL_MSG
=
16
"\nReading test XDL file...\n"
;
17
18
const
char
*
const
PARSING_XDL_HEADER_MSG
=
19
"Parsing XDL header...\n"
;
20
21
const
char
*
const
LOADING_DEVICE1_MSG
=
22
"Loading device "
;
23
24
const
char
*
const
LOADING_DEVICE2_MSG
=
25
"... \n"
;
26
27
const
char
*
const
PARSING_XDL_MSG
=
28
"Parsing XDL...\n"
;
29
30
const
char
*
const
COMPARING_MSG
=
31
"\nComparing...\n"
;
32
33
const
char
*
const
FINISHED_MSG
=
34
"\nFinished.\n"
;
35
36
const
char
*
const
INFO_MSG
=
37
"\n\nUsage: xdlcmp [-dp <data path>] <reference XDL file>\n"
38
" <test XDL file> [<report file>]\n"
39
"Where:\n"
40
"<reference XDL file> = Name of reference XDL input file\n"
41
"<test xdl file> = Name of test XDL input file\n"
42
"<report file> = Name of report output file\n"
43
"<data path> = Path to device data files\n\n"
44
"xdlcmp: Reads in two XDL files and compares them.\n\n"
;
45
46
47
const
char
*
const
ERROR_MSG
=
48
"Error: "
;
49
50
const
char
*
const
ERROR_UNKNOWN_MSG
=
51
"Unknown error occurred.\n"
;
52
53
54
const
char
*
const
ERROR_TOO_MANY_PARAMETERS_MSG
=
55
"Too many parameters!"
;
56
57
const
char
*
const
ERROR_UNKNOWN_OPTION_1_MSG
=
58
"Unknown option \""
;
59
60
const
char
*
const
ERROR_UNKNOWN_OPTION_2_MSG
=
61
"\"!"
;
62
63
const
char
*
const
ERROR_NO_REFXDL_FILE_MSG
=
64
"No input reference XDL file specified!"
;
65
66
const
char
*
const
ERROR_NO_TESTXDL_FILE_MSG
=
67
"No input test XDL file specified!"
;
68
69
const
char
*
const
ERROR_NO_REPORT_FILE_MSG
=
70
"No output report file specified!"
;
71
72
extern
const
char
*
const
ERROR_NO_DATAPATH_MSG
=
73
"No data path given!"
;
74
75
76
const
char
*
const
DEVICE_FILE_EXT
=
".dev"
;
77
78
const
char
*
const
REPORT_FILE_EXT
=
".txt"
;
Generated on Wed Aug 8 2012 21:57:41 for Bitstream Interpretation Library (BIL) by
1.8.1.1