INET Framework for OMNeT++/OMNEST
|
TODO. More...
#include <IEpEnergyManagement.h>
Public Member Functions | |
virtual J | getEstimatedEnergyCapacity () const =0 |
Returns the estimated energy capacity in the range [0, +infinity). More... | |
Public Member Functions inherited from inet::power::IEnergyManagement | |
virtual | ~IEnergyManagement () |
virtual IEnergyStorage * | getEnergyStorage () const =0 |
Returns the energy storage that is managed by this energy management. More... | |
TODO.
See the corresponding NED file for more details.
|
pure virtual |
Returns the estimated energy capacity in the range [0, +infinity).
It specifies the amount of energy that the energy storage contains at the moment according to the estimation of the management.
Implemented in inet::power::SimpleEpEnergyManagement.