Bitstream Interpretation Library (BIL)
0.1
|
Contains definition of text message constants for bit2xml. More...
#include <application/bit2xml/bit2xmlMsgs.hpp>
Go to the source code of this file.
Variables | |
const char *const | SPLASH_MSG = "bit2xml version 0.1\nCopyright (c) 2011 Florian Benz\n\n" |
const char *const | LOADING_BITFILE_MSG = "Loading bitfile...\n" |
const char *const | DECODING_BITSTREAM_MSG = "Decoding bitstream...\n" |
const char *const | WRITING_XML_MSG = "Writing XML...\n" |
const char *const | WRITING_STYLESHEETS_MSG = "Writing stylesheets...\n" |
const char *const | FINISHED_MSG = "Finished.\n" |
const char *const | INFO_MSG = "bit2xml: Converts a Xilinx bitfile into a human readable xml file.\n\n" |
const char *const | ERROR_MSG = "Error: " |
const char *const | ERROR_UNKNOWN_MSG = "Unknown error occurred.\n" |
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 | ERROR_NO_INPUT_FILE_MSG = "No input bitfile specified!" |
const char *const | XML_HEADER = "xml" |
const char *const | XML_HEADER_DATA = "version=\"1.0\" encoding=\"iso-8859-1\"" |
const char *const | XML_STYLESHEET_HEADER = "xml-stylesheet" |
const char *const | XML_STYLESHEET_HEADER_DATA = "type=\"text/xsl\" href=\"disassembly.xsl\"" |
const char *const | XML_ELEMENT_BITFILE = "bitfile" |
const char *const | XML_ELEMENT_FILENAME = "filename" |
const char *const | XML_ELEMENT_META = "meta" |
const char *const | XML_ELEMENT_PACKETS = "packets" |
const char *const | XSL_FILENAME = "disassembly.xsl" |
const char *const | CSS_FILENAME = "disassembly.css" |
const char *const | XML_FILE_EXT = ".xml" |
Contains definition of text message constants for bit2xml.
Definition in file bit2xmlMsgs.cpp.
const char* const SPLASH_MSG = "bit2xml version 0.1\nCopyright (c) 2011 Florian Benz\n\n" |
Definition at line 9 of file bit2xmlMsgs.cpp.
const char* const LOADING_BITFILE_MSG = "Loading bitfile...\n" |
Definition at line 12 of file bit2xmlMsgs.cpp.
const char* const DECODING_BITSTREAM_MSG = "Decoding bitstream...\n" |
Definition at line 15 of file bit2xmlMsgs.cpp.
const char* const WRITING_XML_MSG = "Writing XML...\n" |
Definition at line 18 of file bit2xmlMsgs.cpp.
const char* const WRITING_STYLESHEETS_MSG = "Writing stylesheets...\n" |
Definition at line 21 of file bit2xmlMsgs.cpp.
const char* const FINISHED_MSG = "Finished.\n" |
Definition at line 24 of file bit2xmlMsgs.cpp.
const char* const INFO_MSG = "bit2xml: Converts a Xilinx bitfile into a human readable xml file.\n\n" |
Definition at line 27 of file bit2xmlMsgs.cpp.
const char* const ERROR_MSG = "Error: " |
Definition at line 36 of file bit2xmlMsgs.cpp.
const char* const ERROR_UNKNOWN_MSG = "Unknown error occurred.\n" |
Definition at line 39 of file bit2xmlMsgs.cpp.
const char* const ERROR_TOO_MANY_PARAMETERS_MSG = "Too many parameters!" |
Definition at line 43 of file bit2xmlMsgs.cpp.
const char* const ERROR_UNKNOWN_OPTION_1_MSG = "Unknown option \"" |
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 = "No input bitfile specified!" |
Definition at line 52 of file bit2xmlMsgs.cpp.
const char* const XML_HEADER = "xml" |
Definition at line 56 of file bit2xmlMsgs.cpp.
const char* const XML_HEADER_DATA = "version=\"1.0\" encoding=\"iso-8859-1\"" |
Definition at line 59 of file bit2xmlMsgs.cpp.
const char* const XML_STYLESHEET_HEADER = "xml-stylesheet" |
Definition at line 62 of file bit2xmlMsgs.cpp.
const char* const XML_STYLESHEET_HEADER_DATA = "type=\"text/xsl\" href=\"disassembly.xsl\"" |
Definition at line 65 of file bit2xmlMsgs.cpp.
const char* const XML_ELEMENT_BITFILE = "bitfile" |
Definition at line 69 of file bit2xmlMsgs.cpp.
const char* const XML_ELEMENT_FILENAME = "filename" |
Definition at line 72 of file bit2xmlMsgs.cpp.
const char* const XML_ELEMENT_META = "meta" |
Definition at line 75 of file bit2xmlMsgs.cpp.
const char* const XML_ELEMENT_PACKETS = "packets" |
Definition at line 78 of file bit2xmlMsgs.cpp.
const char* const XSL_FILENAME = "disassembly.xsl" |
Definition at line 82 of file bit2xmlMsgs.cpp.
const char* const CSS_FILENAME = "disassembly.css" |
Definition at line 85 of file bit2xmlMsgs.cpp.
const char* const XML_FILE_EXT = ".xml" |
Definition at line 88 of file bit2xmlMsgs.cpp.