Bitstream Interpretation Library (BIL)
0.1
|
Contains definition of text message constants for xdlrc_convert. More...
#include <datagen/xdlrc_convert/xdlrc_convertMsgs.hpp>
Go to the source code of this file.
Variables | |
const char *const | SPLASH_MSG = "xdlrc_convert version 0.1\nCopyright (c) 2011 Florian Benz\n\n" |
const char *const | FIRST_PASS_MSG = "Doing first parsing pass...\n" |
const char *const | SECOND_PASS_MSG = "Doing second parsing pass...\n" |
const char *const | WRITING_DEVICE_FILE_MSG = "Writing device file...\n" |
const char *const | FINISHED_MSG = "Finished.\n" |
const char *const | INFO_MSG = " smaller binary representation.\n" |
const char *const | ERROR_MSG = "Error: " |
const char *const | ERROR_UNKNOWN_MSG = "Unknown error occurred.\n" |
const char *const | ERROR_TOO_FEW_PARAMETERS_MSG = "Too few parameters!" |
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 | DEVICE_FILE_EXT = ".dev" |
Contains definition of text message constants for xdlrc_convert.
Definition in file xdlrc_convertMsgs.cpp.
const char* const SPLASH_MSG = "xdlrc_convert version 0.1\nCopyright (c) 2011 Florian Benz\n\n" |
Definition at line 9 of file xdlrc_convertMsgs.cpp.
const char* const FIRST_PASS_MSG = "Doing first parsing pass...\n" |
Definition at line 12 of file xdlrc_convertMsgs.cpp.
const char* const SECOND_PASS_MSG = "Doing second parsing pass...\n" |
Definition at line 15 of file xdlrc_convertMsgs.cpp.
const char* const WRITING_DEVICE_FILE_MSG = "Writing device file...\n" |
Definition at line 18 of file xdlrc_convertMsgs.cpp.
const char* const FINISHED_MSG = "Finished.\n" |
Definition at line 21 of file xdlrc_convertMsgs.cpp.
const char* const INFO_MSG = " smaller binary representation.\n" |
Definition at line 24 of file xdlrc_convertMsgs.cpp.
const char* const ERROR_MSG = "Error: " |
Definition at line 33 of file xdlrc_convertMsgs.cpp.
const char* const ERROR_UNKNOWN_MSG = "Unknown error occurred.\n" |
Definition at line 36 of file xdlrc_convertMsgs.cpp.
const char* const ERROR_TOO_FEW_PARAMETERS_MSG = "Too few parameters!" |
Definition at line 40 of file xdlrc_convertMsgs.cpp.
const char* const ERROR_TOO_MANY_PARAMETERS_MSG = "Too many parameters!" |
Definition at line 43 of file xdlrc_convertMsgs.cpp.
const char* const ERROR_UNKNOWN_OPTION_1_MSG = "Unknown option \"" |
Definition at line 46 of file xdlrc_convertMsgs.cpp.
const char* const ERROR_UNKNOWN_OPTION_2_MSG = "\"!" |
Definition at line 49 of file xdlrc_convertMsgs.cpp.
const char* const DEVICE_FILE_EXT = ".dev" |
Definition at line 53 of file xdlrc_convertMsgs.cpp.