|
OpenASIP 2.2
|
#include <string>#include "Exception.hh"#include "CostEstimatorTypes.hh"#include "CostEstimationPlugin.hh"#include "RFImplementationLocation.hh"

Go to the source code of this file.
Classes | |
| class | CostEstimator::RFCostEstimationPlugin |
Namespaces | |
| namespace | HDB |
| namespace | TTAProgram |
| namespace | TTAMachine |
| namespace | CostEstimator |
Macros | |
| #define | EXPORT_RF_COST_ESTIMATOR_PLUGIN(PLUGIN_NAME__) |
| #define | DESCRIPTION(TEXT__) |
Declaration of RFCostEstimationPlugin class and definitions of CPP macros used to define and export RF cost estimation plugins.
Definition in file RFCostEstimationPlugin.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 130 of file RFCostEstimationPlugin.hh.
| #define EXPORT_RF_COST_ESTIMATOR_PLUGIN | ( | PLUGIN_NAME__ | ) |
Exports the given class as a RF cost estimation plugin.
Definition at line 108 of file RFCostEstimationPlugin.hh.