INET Framework for OMNeT++/OMNEST
|
TODO. More...
#include <IEpEnergyGenerator.h>
Public Member Functions | |
virtual W | getPowerGeneration () const =0 |
Returns the power generation in the range [0, +infinity). More... | |
Public Member Functions inherited from inet::power::IEnergyGenerator | |
virtual | ~IEnergyGenerator () |
virtual IEnergySink * | getEnergySink () const =0 |
Returns the energy sink that absorbs energy from this energy generator. More... | |
Static Public Attributes | |
static simsignal_t | powerGenerationChangedSignal = cComponent::registerSignal("powerGenerationChanged") |
The signal that is used to publish power generation changes. More... | |
TODO.
See the corresponding NED file for more details.
|
pure virtual |
Returns the power generation in the range [0, +infinity).
Implemented in inet::power::AlternatingEpEnergyGenerator.
|
static |
The signal that is used to publish power generation changes.
Referenced by inet::power::EpEnergySinkBase::addEnergyGenerator(), inet::power::EpEnergyStorageBase::receiveSignal(), and inet::power::EpEnergySinkBase::removeEnergyGenerator().