|
OpenASIP 2.2
|
#include <sstream>#include <boost/format.hpp>#include <wx/statline.h>#include <wx/listctrl.h>#include <wx/dir.h>#include <wx/textctrl.h>#include <wx/imaglist.h>#include <wx/srchctrl.h>#include "AddFUFromHDBDialog.hh"#include "Model.hh"#include "Machine.hh"#include "WxConversion.hh"#include "WidgetTools.hh"#include "HDBManager.hh"#include "FUArchitecture.hh"#include "FunctionUnit.hh"#include "HWOperation.hh"#include "WarningDialog.hh"#include "ErrorDialog.hh"#include "MapTools.hh"#include "Environment.hh"#include "FileSystem.hh"#include "FUPort.hh"#include "ExecutionPipeline.hh"#include "HDBRegistry.hh"#include "ObjectState.hh"#include "ProDeConstants.hh"
Go to the source code of this file.
Typedefs | |
| typedef long int | wxIntPtr |
Functions | |
| int wxCALLBACK | FUListCompareASC (wxIntPtr item1, wxIntPtr item2, wxIntPtr sortData) |
| int wxCALLBACK | FUListCompareDESC (wxIntPtr item1, wxIntPtr item2, wxIntPtr sortData) |
Implementation of AddFUFromHDBDialog class.
Definition in file AddFUFromHDBDialog.cc.
| typedef long int wxIntPtr |
Definition at line 64 of file AddFUFromHDBDialog.cc.
Definition at line 86 of file AddFUFromHDBDialog.cc.
References ListItemData::hdbId, ListItemData::latency, ListItemData::operations, and ListItemData::path.
Referenced by AddFUFromHDBDialog::loadHDB(), and AddFUFromHDBDialog::onColumnClick().
Definition at line 106 of file AddFUFromHDBDialog.cc.
References ListItemData::hdbId, ListItemData::latency, ListItemData::operations, and ListItemData::path.
Referenced by AddFUFromHDBDialog::onColumnClick().