45 #ifndef __SIM_SUB_SYSTEM_HH__
46 #define __SIM_SUB_SYSTEM_HH__
50 #include "params/SubSystem.hh"
double getDynamicPower() const
void registerPowerProducer(PowerModel *pm)
A PowerModel is a class containing a power model for a SimObject.
std::vector< PowerModel * > powerProducers
SubSystem(const Params *p)
double getStaticPower() const
The SubSystem simobject does nothing, it is just a container for other simobjects used by the configu...
Abstract superclass for simulation objects.