OpenASIP
2.0
|
#include <string>
#include "Exception.hh"
#include "CostEstimatorTypes.hh"
#include "CostEstimationPlugin.hh"
#include "FUImplementationLocation.hh"
Go to the source code of this file.
Classes | |
class | CostEstimator::FUCostEstimationPlugin |
Namespaces | |
HDB | |
TTAProgram | |
TTAMachine | |
CostEstimator | |
Macros | |
#define | EXPORT_FU_COST_ESTIMATOR_PLUGIN(PLUGIN_NAME__) |
#define | DESCRIPTION(TEXT__) |
Declaration of FUCostEstimationPlugin class and definition of CPP macro used to export FU cost estimation plugins.
Definition in file FUCostEstimationPlugin.hh.
#define DESCRIPTION | ( | TEXT__ | ) |
Defines the description string for the plugin.
Can be used only inside a plugin class definition.
TEXT__ | The description string. |
Definition at line 129 of file FUCostEstimationPlugin.hh.
#define EXPORT_FU_COST_ESTIMATOR_PLUGIN | ( | PLUGIN_NAME__ | ) |
Exports the given class as an FU cost estimation plugin.
Definition at line 107 of file FUCostEstimationPlugin.hh.