OpenASIP 2.2
Loading...
Searching...
No Matches
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
37const std::string HDBEditorConstants::COMMAND_NAME_OPEN_HDB = "Open HDB";
38const std::string HDBEditorConstants::COMMAND_NAME_CREATE_HDB = "Create HDB";
39const std::string HDBEditorConstants::COMMAND_NAME_QUIT = "Quit";
40
42 "Add FU Entry";
44 "Add RF Entry";
46 "Add Bus Entry";
48 "Add Socket Entry";
49const 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";
67const std::string HDBEditorConstants::COMMAND_NAME_MODIFY = "Modify";
68const std::string HDBEditorConstants::COMMAND_NAME_ABOUT = "About";
69
70const std::string
72 "Add Operation Implementation Resource";
73const 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
static const std::string COMMAND_NAME_ADD_BUS_ENTRY
Name of the add new bus entry command.
static const std::string COMMAND_NAME_MODIFY
Name of the modify command.
static const std::string COMMAND_NAME_ABOUT
Name of the about command.
static const std::string COMMAND_NAME_SET_RF_ARCH
Name of the set rf architecture command.
static const std::string COMMAND_NAME_ADD_OPERATION_IMPLEMENTATION
Name of the add fugen operation command.
static const std::string COMMAND_NAME_SET_COST_PLUGIN
Name of the set cost function plugin command.
static const std::string COMMAND_NAME_OPEN_HDB
Name of the open HDB command.
static const std::string COMMAND_NAME_SET_FU_ARCH
Name of the set fu architecture command.
static const std::string COMMAND_NAME_ADD_COST_PLUGIN
Name of the add cost function plugin command.
static const std::string COMMAND_NAME_ADD_FU_IMPLEMENTATION
Name of the add fu implementation cmd.
static const std::string COMMAND_NAME_ADD_FU_FROM_ADF
Name of the add fu architecture from adf command.
static const std::string COMMAND_NAME_ADD_RF_ENTRY
Name of the add new rf entry command.
static const std::string COMMAND_NAME_ADD_OPERATION_IMPLEMENTATION_RESOURCE
Name of the add fugen resource command.
static const std::string COMMAND_NAME_CREATE_HDB
Name of the create HDB command.
static const wxString HDB_EDITOR_COPYRIGHT
Copyright string.
static const std::string COMMAND_NAME_ADD_SOCKET_ENTRY
Name of the add new socket entry command.
static const std::string COMMAND_NAME_ADD_RF_ARCHITECTURE
Name of the add rf architecture.
static const std::string COMMAND_NAME_ADD_RF_IMPLEMENTATION
Name of the add rf implementation cmd.
static const std::string COMMAND_NAME_DELETE
Name of the delete command.
static const std::string COMMAND_NAME_QUIT
Name of the quit command.
static const std::string COMMAND_NAME_ADD_FU_ENTRY
Name of the add new fu entry command.