|
OpenASIP 2.2
|
#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 | |
| namespace | HDB |
| namespace | TTAProgram |
| namespace | TTAMachine |
| namespace | 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.