OpenASIP  2.0
MachineTestReportTextGenerator.hh
Go to the documentation of this file.
1 /*
2  Copyright (c) 2002-2009 Tampere University.
3 
4  This file is part of TTA-Based Codesign Environment (TCE).
5 
6  Permission is hereby granted, free of charge, to any person obtaining a
7  copy of this software and associated documentation files (the "Software"),
8  to deal in the Software without restriction, including without limitation
9  the rights to use, copy, modify, merge, publish, distribute, sublicense,
10  and/or sell copies of the Software, and to permit persons to whom the
11  Software is furnished to do so, subject to the following conditions:
12 
13  The above copyright notice and this permission notice shall be included in
14  all copies or substantial portions of the Software.
15 
16  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19  THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22  DEALINGS IN THE SOFTWARE.
23  */
24 /**
25  * @file MachineTestReportTextGenerator.hh
26  *
27  * Declaration of MachineTestReportTextGenerator class.
28  *
29  * @author Lasse Laasonen 2004 (lasse.laasonen-no.spam-tut.fi)
30  */
31 
32 #ifndef TTA_MOM_TEXT_GENERATOR_HH
33 #define TTA_MOM_TEXT_GENERATOR_HH
34 
35 #include "TextGenerator.hh"
36 
37 /**
38  * Text generator used to store texts returned by MachineTestReporter.
39  */
41 public:
44 
45  /// Ids for the generated texts.
46  enum {
63  };
64 
65 private:
66  // copying prohibited
68  // assingment prohibited
71 };
72 
73 #endif
MachineTestReportTextGenerator::MachineTestReportTextGenerator
MachineTestReportTextGenerator()
Definition: MachineTestReportTextGenerator.cc:38
MachineTestReportTextGenerator::TXT_SOCKET_SEGMENT_CONN_EXISTS
@ TXT_SOCKET_SEGMENT_CONN_EXISTS
Definition: MachineTestReportTextGenerator.hh:47
MachineTestReportTextGenerator::TXT_SOCKET_SEGMENT_CONN_BOTH_DIRS_ARE_ILLEGAL
@ TXT_SOCKET_SEGMENT_CONN_BOTH_DIRS_ARE_ILLEGAL
Definition: MachineTestReportTextGenerator.hh:49
MachineTestReportTextGenerator::TXT_BRIDGE_EXISTS
@ TXT_BRIDGE_EXISTS
Definition: MachineTestReportTextGenerator.hh:57
MachineTestReportTextGenerator::TXT_SOCKET_SAME_DIR_CONN
@ TXT_SOCKET_SAME_DIR_CONN
Definition: MachineTestReportTextGenerator.hh:61
MachineTestReportTextGenerator::TXT_BRIDGE_BRANCHED_BUS
@ TXT_BRIDGE_BRANCHED_BUS
Definition: MachineTestReportTextGenerator.hh:58
MachineTestReportTextGenerator::TXT_SOCKET_FORBIDDEN_DIR
@ TXT_SOCKET_FORBIDDEN_DIR
Definition: MachineTestReportTextGenerator.hh:62
MachineTestReportTextGenerator::TXT_SOCKET_PORT_CONN_RF_PORT_CONN_EXISTS
@ TXT_SOCKET_PORT_CONN_RF_PORT_CONN_EXISTS
Definition: MachineTestReportTextGenerator.hh:52
Texts::TextGenerator
Definition: TextGenerator.hh:79
MachineTestReportTextGenerator::TXT_BRIDGE_ILLEGAL_REG
@ TXT_BRIDGE_ILLEGAL_REG
Definition: MachineTestReportTextGenerator.hh:55
MachineTestReportTextGenerator::~MachineTestReportTextGenerator
virtual ~MachineTestReportTextGenerator()
Definition: MachineTestReportTextGenerator.cc:95
TextGenerator.hh
MachineTestReportTextGenerator::operator=
MachineTestReportTextGenerator & operator=(const MachineTestReportTextGenerator &)
MachineTestReportTextGenerator::TXT_SOCKET_PORT_CONN_MAX_CONN
@ TXT_SOCKET_PORT_CONN_MAX_CONN
Definition: MachineTestReportTextGenerator.hh:54
MachineTestReportTextGenerator::TXT_SOCKET_PORT_CONN_EXISTS
@ TXT_SOCKET_PORT_CONN_EXISTS
Definition: MachineTestReportTextGenerator.hh:51
MachineTestReportTextGenerator::TXT_SOCKET_PORT_CONN_ILLEGAL_REG
@ TXT_SOCKET_PORT_CONN_ILLEGAL_REG
Definition: MachineTestReportTextGenerator.hh:50
MachineTestReportTextGenerator::TXT_BRIDGE_LOOP
@ TXT_BRIDGE_LOOP
Definition: MachineTestReportTextGenerator.hh:56
MachineTestReportTextGenerator::TXT_SOCKET_SEGMENT_CONN_ILLEGAL_REG
@ TXT_SOCKET_SEGMENT_CONN_ILLEGAL_REG
Definition: MachineTestReportTextGenerator.hh:48
MachineTestReportTextGenerator::TXT_SOCKET_NO_CONN
@ TXT_SOCKET_NO_CONN
Definition: MachineTestReportTextGenerator.hh:60
MachineTestReportTextGenerator
Definition: MachineTestReportTextGenerator.hh:40
MachineTestReportTextGenerator::TXT_SOCKET_PORT_CONN_WRONG_SOCKET_DIR
@ TXT_SOCKET_PORT_CONN_WRONG_SOCKET_DIR
Definition: MachineTestReportTextGenerator.hh:53
MachineTestReportTextGenerator::TXT_SOCKET_DIR_UNKNOWN
@ TXT_SOCKET_DIR_UNKNOWN
Definition: MachineTestReportTextGenerator.hh:59
Texts::LAST__
@ LAST__
Definition: TextGenerator.hh:68