Bitstream Interpretation Library (BIL)
0.1
|
Contains declaration of text message constants for bit2xml. More...
Go to the source code of this file.
Macros | |
#define | BIT2XMLMSGS_HPP |
Variables | |
const char *const | SPLASH_MSG |
const char *const | LOADING_BITFILE_MSG |
const char *const | DECODING_BITSTREAM_MSG |
const char *const | WRITING_XML_MSG |
const char *const | WRITING_STYLESHEETS_MSG |
const char *const | FINISHED_MSG |
const char *const | INFO_MSG |
const char *const | ERROR_UNKNOWN_MSG |
const char *const | ERROR_MSG |
const char *const | ERROR_TOO_MANY_PARAMETERS_MSG |
const char *const | ERROR_UNKNOWN_OPTION_1_MSG |
const char *const | ERROR_UNKNOWN_OPTION_2_MSG |
const char *const | ERROR_NO_INPUT_FILE_MSG |
const char *const | XML_HEADER |
const char *const | XML_HEADER_DATA |
const char *const | XML_STYLESHEET_HEADER |
const char *const | XML_STYLESHEET_HEADER_DATA |
const char *const | XML_ELEMENT_BITFILE |
const char *const | XML_ELEMENT_FILENAME |
const char *const | XML_ELEMENT_META |
const char *const | XML_ELEMENT_PACKETS |
const char *const | XSL_FILENAME |
const char *const | CSS_FILENAME |
const char *const | XML_FILE_EXT |
Contains declaration of text message constants for bit2xml.
Definition in file bit2xmlMsgs.hpp.
#define BIT2XMLMSGS_HPP |
Definition at line 8 of file bit2xmlMsgs.hpp.
const char* const SPLASH_MSG |
Definition at line 9 of file bit2xmlMsgs.cpp.
const char* const LOADING_BITFILE_MSG |
Definition at line 12 of file bit2xmlMsgs.cpp.
const char* const DECODING_BITSTREAM_MSG |
Definition at line 15 of file bit2xmlMsgs.cpp.
const char* const WRITING_XML_MSG |
Definition at line 18 of file bit2xmlMsgs.cpp.
const char* const WRITING_STYLESHEETS_MSG |
Definition at line 21 of file bit2xmlMsgs.cpp.
const char* const FINISHED_MSG |
Definition at line 24 of file bit2xmlMsgs.cpp.
const char* const INFO_MSG |
Definition at line 27 of file bit2xmlMsgs.cpp.
const char* const ERROR_UNKNOWN_MSG |
Definition at line 39 of file bit2xmlMsgs.cpp.
const char* const ERROR_MSG |
Definition at line 36 of file bit2xmlMsgs.cpp.
const char* const ERROR_TOO_MANY_PARAMETERS_MSG |
Definition at line 43 of file bit2xmlMsgs.cpp.
const char* const ERROR_UNKNOWN_OPTION_1_MSG |
Definition at line 46 of file bit2xmlMsgs.cpp.
const char* const ERROR_UNKNOWN_OPTION_2_MSG |
Definition at line 49 of file bit2xmlMsgs.cpp.
const char* const ERROR_NO_INPUT_FILE_MSG |
Definition at line 52 of file bit2xmlMsgs.cpp.
const char* const XML_HEADER |
Definition at line 56 of file bit2xmlMsgs.cpp.
const char* const XML_HEADER_DATA |
Definition at line 59 of file bit2xmlMsgs.cpp.
const char* const XML_STYLESHEET_HEADER |
Definition at line 62 of file bit2xmlMsgs.cpp.
const char* const XML_STYLESHEET_HEADER_DATA |
Definition at line 65 of file bit2xmlMsgs.cpp.
const char* const XML_ELEMENT_BITFILE |
Definition at line 69 of file bit2xmlMsgs.cpp.
const char* const XML_ELEMENT_FILENAME |
Definition at line 72 of file bit2xmlMsgs.cpp.
const char* const XML_ELEMENT_META |
Definition at line 75 of file bit2xmlMsgs.cpp.
const char* const XML_ELEMENT_PACKETS |
Definition at line 78 of file bit2xmlMsgs.cpp.
const char* const XSL_FILENAME |
Definition at line 82 of file bit2xmlMsgs.cpp.
const char* const CSS_FILENAME |
Definition at line 85 of file bit2xmlMsgs.cpp.
const char* const XML_FILE_EXT |
Definition at line 88 of file bit2xmlMsgs.cpp.