Bitstream Interpretation Library (BIL)
0.1
|
Contains definition of text message constants for v5cfgmap_gen. More...
#include <datagen/v5cfgmap_gen/v5cfgmap_genMsgs.hpp>
Go to the source code of this file.
Variables | |
const char *const | SPLASH_MSG = "v5cfgmap_gen version 0.1\nCopyright (c) 2011 Florian Benz\n\n" |
const char *const | LOADING_DEVICE_FILE_MSG = "Loading device file...\n" |
const char *const | LOADING_ADDRESS_LAYOUT1_MSG = "Loading address layout for " |
const char *const | LOADING_ADDRESS_LAYOUT2_MSG = "...\n" |
const char *const | CREATING_TILEMAP_MSG = "Creating configuration tile map...\n" |
const char *const | WRITING_TILEMAP_FILE_MSG = "Writing configuration tile map file...\n" |
const char *const | FINISHED_MSG = "Finished.\n" |
const char *const | INFO_MSG = " configuration frames.\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 | CAL_FILE_EXT = ".cal" |
const char *const | MAP_FILE_EXT = ".map" |
Contains definition of text message constants for v5cfgmap_gen.
Definition in file v5cfgmap_genMsgs.cpp.
const char* const SPLASH_MSG = "v5cfgmap_gen version 0.1\nCopyright (c) 2011 Florian Benz\n\n" |
Definition at line 9 of file v5cfgmap_genMsgs.cpp.
const char* const LOADING_DEVICE_FILE_MSG = "Loading device file...\n" |
Definition at line 12 of file v5cfgmap_genMsgs.cpp.
const char* const LOADING_ADDRESS_LAYOUT1_MSG = "Loading address layout for " |
Definition at line 15 of file v5cfgmap_genMsgs.cpp.
const char* const LOADING_ADDRESS_LAYOUT2_MSG = "...\n" |
Definition at line 18 of file v5cfgmap_genMsgs.cpp.
const char* const CREATING_TILEMAP_MSG = "Creating configuration tile map...\n" |
Definition at line 21 of file v5cfgmap_genMsgs.cpp.
const char* const WRITING_TILEMAP_FILE_MSG = "Writing configuration tile map file...\n" |
Definition at line 24 of file v5cfgmap_genMsgs.cpp.
const char* const FINISHED_MSG = "Finished.\n" |
Definition at line 27 of file v5cfgmap_genMsgs.cpp.
const char* const INFO_MSG = " configuration frames.\n" |
Definition at line 30 of file v5cfgmap_genMsgs.cpp.
const char* const ERROR_MSG = "Error: " |
Definition at line 41 of file v5cfgmap_genMsgs.cpp.
const char* const ERROR_UNKNOWN_MSG = "Unknown error occurred.\n" |
Definition at line 44 of file v5cfgmap_genMsgs.cpp.
const char* const ERROR_TOO_FEW_PARAMETERS_MSG = "Too few parameters!" |
Definition at line 48 of file v5cfgmap_genMsgs.cpp.
const char* const ERROR_TOO_MANY_PARAMETERS_MSG = "Too many parameters!" |
Definition at line 51 of file v5cfgmap_genMsgs.cpp.
const char* const ERROR_UNKNOWN_OPTION_1_MSG = "Unknown option \"" |
Definition at line 54 of file v5cfgmap_genMsgs.cpp.
const char* const ERROR_UNKNOWN_OPTION_2_MSG = "\"!" |
Definition at line 57 of file v5cfgmap_genMsgs.cpp.
const char* const CAL_FILE_EXT = ".cal" |
Definition at line 61 of file v5cfgmap_genMsgs.cpp.
const char* const MAP_FILE_EXT = ".map" |
Definition at line 63 of file v5cfgmap_genMsgs.cpp.