OpenASIP
2.0
|
Classes | |
class | CostEstimationPlugin |
class | CostEstimationPluginRegistry |
class | Estimator |
class | FUCostEstimationPlugin |
class | ICDecoderEstimatorPlugin |
class | RFCostEstimationPlugin |
class | TransportPath |
Typedefs | |
typedef double | AreaInGates |
type for area values in equivalent gates More... | |
typedef double | EnergyInMilliJoules |
type for consumed energy in milli joules More... | |
typedef double | DelayInNanoSeconds |
type for propagation delays in nano seconds More... | |
typedef CostEstimationPluginRegistry< FUCostEstimationPlugin > | FUCostEstimationPluginRegistry |
typedef CostEstimationPluginRegistry< ICDecoderEstimatorPlugin > | ICDecoderCostEstimationPluginRegistry |
typedef CostEstimationPluginRegistry< RFCostEstimationPlugin > | RFCostEstimationPluginRegistry |
typedef std::list< TransportPath > | TransportPathList |
typedef double CostEstimator::AreaInGates |
type for area values in equivalent gates
Definition at line 35 of file CostEstimatorTypes.hh.
typedef double CostEstimator::DelayInNanoSeconds |
type for propagation delays in nano seconds
Definition at line 39 of file CostEstimatorTypes.hh.
typedef double CostEstimator::EnergyInMilliJoules |
type for consumed energy in milli joules
Definition at line 37 of file CostEstimatorTypes.hh.
typedef CostEstimationPluginRegistry<FUCostEstimationPlugin> CostEstimator::FUCostEstimationPluginRegistry |
Definition at line 42 of file FUCostEstimationPluginRegistry.hh.
typedef CostEstimationPluginRegistry<ICDecoderEstimatorPlugin> CostEstimator::ICDecoderCostEstimationPluginRegistry |
Definition at line 42 of file ICDecoderCostEstimationPluginRegistry.hh.
typedef CostEstimationPluginRegistry<RFCostEstimationPlugin> CostEstimator::RFCostEstimationPluginRegistry |
Definition at line 42 of file RFCostEstimationPluginRegistry.hh.
typedef std::list<TransportPath> CostEstimator::TransportPathList |
Definition at line 76 of file TransportPath.hh.