Bitstream Interpretation Library (BIL)
0.1
|
Contains definition of text message constants for v5data_gen. More...
#include <datagen/v5data_gen/v5data_genMsgs.hpp>
Go to the source code of this file.
Variables | |
const char *const | SPLASH_MSG = "v5data_gen version 0.1\nCopyright (c) 2011 Florian Benz\n\n" |
const char *const | WRITING_DEVICE_LIST_MSG = "Writing device list...\n" |
const char *const | WRITING_CFG_LAYOUTS_MSG = "Writing configuration address layouts...\n" |
const char *const | FINISHED_MSG = "Finished.\n" |
const char *const | INFO_MSG = " configuration layout file is created.\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_REG_FILENAME = "v5devices.lst" |
const char *const | CFG_LAYOUT_EXT = ".cal" |
Contains definition of text message constants for v5data_gen.
Definition in file v5data_genMsgs.cpp.
const char* const SPLASH_MSG = "v5data_gen version 0.1\nCopyright (c) 2011 Florian Benz\n\n" |
Definition at line 9 of file v5data_genMsgs.cpp.
const char* const WRITING_DEVICE_LIST_MSG = "Writing device list...\n" |
Definition at line 12 of file v5data_genMsgs.cpp.
const char* const WRITING_CFG_LAYOUTS_MSG = "Writing configuration address layouts...\n" |
Definition at line 15 of file v5data_genMsgs.cpp.
const char* const FINISHED_MSG = "Finished.\n" |
Definition at line 18 of file v5data_genMsgs.cpp.
const char* const INFO_MSG = " configuration layout file is created.\n" |
Definition at line 21 of file v5data_genMsgs.cpp.
const char* const ERROR_MSG = "Error: " |
Definition at line 30 of file v5data_genMsgs.cpp.
const char* const ERROR_UNKNOWN_MSG = "Unknown error occurred.\n" |
Definition at line 33 of file v5data_genMsgs.cpp.
const char* const ERROR_TOO_FEW_PARAMETERS_MSG = "Too few parameters!" |
Definition at line 37 of file v5data_genMsgs.cpp.
const char* const ERROR_TOO_MANY_PARAMETERS_MSG = "Too many parameters!" |
Definition at line 40 of file v5data_genMsgs.cpp.
const char* const ERROR_UNKNOWN_OPTION_1_MSG = "Unknown option \"" |
Definition at line 43 of file v5data_genMsgs.cpp.
const char* const ERROR_UNKNOWN_OPTION_2_MSG = "\"!" |
Definition at line 46 of file v5data_genMsgs.cpp.
const char* const DEVICE_REG_FILENAME = "v5devices.lst" |
Definition at line 50 of file v5data_genMsgs.cpp.
const char* const CFG_LAYOUT_EXT = ".cal" |
Definition at line 52 of file v5data_genMsgs.cpp.