Bitstream Interpretation Library (BIL)
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
datagen
xdlrc_convert
xdlrc_convertMsgs.cpp
Go to the documentation of this file.
1
6
#include <
datagen/xdlrc_convert/xdlrc_convertMsgs.hpp
>
7
8
9
const
char
*
const
SPLASH_MSG
=
10
"xdlrc_convert version 0.1\nCopyright (c) 2011 Florian Benz\n\n"
;
11
12
const
char
*
const
FIRST_PASS_MSG
=
13
"Doing first parsing pass...\n"
;
14
15
const
char
*
const
SECOND_PASS_MSG
=
16
"Doing second parsing pass...\n"
;
17
18
const
char
*
const
WRITING_DEVICE_FILE_MSG
=
19
"Writing device file...\n"
;
20
21
const
char
*
const
FINISHED_MSG
=
22
"Finished.\n"
;
23
24
const
char
*
const
INFO_MSG
=
25
"\n\nUsage: xdlrc_convert <infile> [<outfile>]\n"
26
"Where:\n"
27
"<infile> = Name of XDLRC file to parse\n"
28
"<outfile> = Name of output file\n\n"
29
"xdlrc_convert: Parses a xdlrc file, and converts it into a much\n"
30
" smaller binary representation.\n"
;
31
32
33
const
char
*
const
ERROR_MSG
=
34
"Error: "
;
35
36
const
char
*
const
ERROR_UNKNOWN_MSG
=
37
"Unknown error occurred.\n"
;
38
39
40
const
char
*
const
ERROR_TOO_FEW_PARAMETERS_MSG
=
41
"Too few parameters!"
;
42
43
const
char
*
const
ERROR_TOO_MANY_PARAMETERS_MSG
=
44
"Too many parameters!"
;
45
46
const
char
*
const
ERROR_UNKNOWN_OPTION_1_MSG
=
47
"Unknown option \""
;
48
49
const
char
*
const
ERROR_UNKNOWN_OPTION_2_MSG
=
50
"\"!"
;
51
52
53
const
char
*
const
DEVICE_FILE_EXT
=
".dev"
;
Generated on Wed Aug 8 2012 21:57:40 for Bitstream Interpretation Library (BIL) by
1.8.1.1