OpenASIP  2.0
HDBEditorConstants.cc
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 HDBEditorConstants.cc
26  *
27  * Implementation of HDBEditorConstants class.
28  *
29  * @author Veli-Pekka Jääskeläinen 2006 (vjaaskel-no.spam-cs.tut.fi)
30  * @note rating: red
31  */
32 
33 #include "HDBEditorConstants.hh"
34 
35 
36 
37 const std::string HDBEditorConstants::COMMAND_NAME_OPEN_HDB = "Open HDB";
38 const std::string HDBEditorConstants::COMMAND_NAME_CREATE_HDB = "Create HDB";
39 const std::string HDBEditorConstants::COMMAND_NAME_QUIT = "Quit";
40 
42  "Add FU Entry";
44  "Add RF Entry";
46  "Add Bus Entry";
48  "Add Socket Entry";
49 const std::string HDBEditorConstants::COMMAND_NAME_DELETE = "Delete";
51  "Add FU Arch from ADF";
53  "Add RF Architecture";
55  "Add Cost Function Plugin";
56 
58  "Set FU Architecture";
60  "Set RF Architecture";
62  "Set Cost Function Plugin";
64  "Add FU Implementation";
66  "Add RF Implementation";
67 const std::string HDBEditorConstants::COMMAND_NAME_MODIFY = "Modify";
68 const std::string HDBEditorConstants::COMMAND_NAME_ABOUT = "About";
69 
70 const std::string
72  "Add Operation Implementation Resource";
73 const std::string
75  "Add FUGEN Operation Implementation";
76 
78  _T("Portions of this program are copyright\n"
79  "\n"
80  "Xerces (c) 1999-2005 The Apache Software\n"
81  "wxWidgets (c) 1998 Julian Smart, Robert Roebling \n"
82  "Tcl (c) 1998-1999 by Scriptics Corporation\n"
83  "Editline (c) 1997 The NetBSD Foundation, Inc.\n"
84  "Boost C++ Libraries (c) 2003 Beman Dawes, David Abrahams\n"
85  "\n"
86  "For more information see User manual chapter \"Copyright notices\""
87  );
88 
HDBEditorConstants::COMMAND_NAME_CREATE_HDB
static const std::string COMMAND_NAME_CREATE_HDB
Name of the create HDB command.
Definition: HDBEditorConstants.hh:72
HDBEditorConstants::COMMAND_NAME_QUIT
static const std::string COMMAND_NAME_QUIT
Name of the quit command.
Definition: HDBEditorConstants.hh:70
HDBEditorConstants.hh
HDBEditorConstants::COMMAND_NAME_DELETE
static const std::string COMMAND_NAME_DELETE
Name of the delete command.
Definition: HDBEditorConstants.hh:82
HDBEditorConstants::COMMAND_NAME_ADD_FU_FROM_ADF
static const std::string COMMAND_NAME_ADD_FU_FROM_ADF
Name of the add fu architecture from adf command.
Definition: HDBEditorConstants.hh:88
HDBEditorConstants::COMMAND_NAME_ADD_SOCKET_ENTRY
static const std::string COMMAND_NAME_ADD_SOCKET_ENTRY
Name of the add new socket entry command.
Definition: HDBEditorConstants.hh:80
HDBEditorConstants::COMMAND_NAME_MODIFY
static const std::string COMMAND_NAME_MODIFY
Name of the modify command.
Definition: HDBEditorConstants.hh:100
HDBEditorConstants::COMMAND_NAME_ADD_RF_IMPLEMENTATION
static const std::string COMMAND_NAME_ADD_RF_IMPLEMENTATION
Name of the add rf implementation cmd.
Definition: HDBEditorConstants.hh:98
HDBEditorConstants::COMMAND_NAME_ADD_COST_PLUGIN
static const std::string COMMAND_NAME_ADD_COST_PLUGIN
Name of the add cost function plugin command.
Definition: HDBEditorConstants.hh:86
HDBEditorConstants::COMMAND_NAME_OPEN_HDB
static const std::string COMMAND_NAME_OPEN_HDB
Name of the open HDB command.
Definition: HDBEditorConstants.hh:68
HDBEditorConstants::COMMAND_NAME_ADD_RF_ARCHITECTURE
static const std::string COMMAND_NAME_ADD_RF_ARCHITECTURE
Name of the add rf architecture.
Definition: HDBEditorConstants.hh:84
HDBEditorConstants::COMMAND_NAME_SET_RF_ARCH
static const std::string COMMAND_NAME_SET_RF_ARCH
Name of the set rf architecture command.
Definition: HDBEditorConstants.hh:92
HDBEditorConstants::COMMAND_NAME_ADD_OPERATION_IMPLEMENTATION
static const std::string COMMAND_NAME_ADD_OPERATION_IMPLEMENTATION
Name of the add fugen operation command.
Definition: HDBEditorConstants.hh:106
HDBEditorConstants::COMMAND_NAME_ADD_FU_IMPLEMENTATION
static const std::string COMMAND_NAME_ADD_FU_IMPLEMENTATION
Name of the add fu implementation cmd.
Definition: HDBEditorConstants.hh:96
HDBEditorConstants::COMMAND_NAME_ADD_RF_ENTRY
static const std::string COMMAND_NAME_ADD_RF_ENTRY
Name of the add new rf entry command.
Definition: HDBEditorConstants.hh:76
HDBEditorConstants::HDB_EDITOR_COPYRIGHT
static const wxString HDB_EDITOR_COPYRIGHT
Copyright string.
Definition: HDBEditorConstants.hh:109
HDBEditorConstants::COMMAND_NAME_SET_COST_PLUGIN
static const std::string COMMAND_NAME_SET_COST_PLUGIN
Name of the set cost function plugin command.
Definition: HDBEditorConstants.hh:94
HDBEditorConstants::COMMAND_NAME_ADD_OPERATION_IMPLEMENTATION_RESOURCE
static const std::string COMMAND_NAME_ADD_OPERATION_IMPLEMENTATION_RESOURCE
Name of the add fugen resource command.
Definition: HDBEditorConstants.hh:104
HDBEditorConstants::COMMAND_NAME_ABOUT
static const std::string COMMAND_NAME_ABOUT
Name of the about command.
Definition: HDBEditorConstants.hh:102
HDBEditorConstants::COMMAND_NAME_ADD_BUS_ENTRY
static const std::string COMMAND_NAME_ADD_BUS_ENTRY
Name of the add new bus entry command.
Definition: HDBEditorConstants.hh:78
HDBEditorConstants::COMMAND_NAME_SET_FU_ARCH
static const std::string COMMAND_NAME_SET_FU_ARCH
Name of the set fu architecture command.
Definition: HDBEditorConstants.hh:90
HDBEditorConstants::COMMAND_NAME_ADD_FU_ENTRY
static const std::string COMMAND_NAME_ADD_FU_ENTRY
Name of the add new fu entry command.
Definition: HDBEditorConstants.hh:74