OpenASIP
2.0
|
#include <MachineTestReportTextGenerator.hh>
Public Member Functions | |
MachineTestReportTextGenerator () | |
virtual | ~MachineTestReportTextGenerator () |
Public Member Functions inherited from Texts::TextGenerator | |
TextGenerator () | |
virtual | ~TextGenerator () |
virtual boost::format | text (int textId) |
virtual void | addText (int textId, const std::string &templateString) |
virtual void | replaceText (int textId, const std::string &newString) |
Private Member Functions | |
MachineTestReportTextGenerator (const MachineTestReportTextGenerator &) | |
MachineTestReportTextGenerator & | operator= (const MachineTestReportTextGenerator &) |
Text generator used to store texts returned by MachineTestReporter.
Definition at line 40 of file MachineTestReportTextGenerator.hh.
anonymous enum |
Ids for the generated texts.
Definition at line 46 of file MachineTestReportTextGenerator.hh.
MachineTestReportTextGenerator::MachineTestReportTextGenerator | ( | ) |
Constructor.
Definition at line 38 of file MachineTestReportTextGenerator.cc.
References Texts::TextGenerator::addText(), TXT_BRIDGE_BRANCHED_BUS, TXT_BRIDGE_EXISTS, TXT_BRIDGE_ILLEGAL_REG, TXT_BRIDGE_LOOP, TXT_SOCKET_DIR_UNKNOWN, TXT_SOCKET_FORBIDDEN_DIR, TXT_SOCKET_NO_CONN, TXT_SOCKET_PORT_CONN_EXISTS, TXT_SOCKET_PORT_CONN_ILLEGAL_REG, TXT_SOCKET_PORT_CONN_MAX_CONN, TXT_SOCKET_PORT_CONN_RF_PORT_CONN_EXISTS, TXT_SOCKET_PORT_CONN_WRONG_SOCKET_DIR, TXT_SOCKET_SAME_DIR_CONN, TXT_SOCKET_SEGMENT_CONN_BOTH_DIRS_ARE_ILLEGAL, TXT_SOCKET_SEGMENT_CONN_EXISTS, and TXT_SOCKET_SEGMENT_CONN_ILLEGAL_REG.
|
virtual |
|
private |
|
private |