Package: inet.power.contract
IEpEnergyManagement
module interfaceThis interface extends the corresponding energy model interface. It requires implementations to describe energy consumption and energy generation with power [W] and storage capacity with energy [J]. The Ep is an abbreviation that is used for energy and power based interfaces.
See also: IEpEnergyConsumer, IEpEnergySource, IEpEnergyGenerator, IEpEnergySink, IEpEnergyStorage
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
Name | Type | Description |
---|---|---|
SimpleEpEnergyManagement | simple module |
This energy mangement model estimates the residual energy capacity of the energy source model by actually querying it. It is only useful when the estimation process is not important. This model initiates node shutdown when the residual capacity decreases below a threshold, and it also initiates node start when the residual capacity increases above another threshold. |
Extends
Name | Type | Description |
---|---|---|
IEnergyManagement | module interface |
The energy management models monitors an energy storage, estimates its state, and controls the consumers and generators to protect the energy storage from operating outside its safe operating area. |
Properties
Name | Value | Description |
---|---|---|
display | i=block/plug |
Source code
// // This interface extends the corresponding energy model interface. It requires // implementations to describe energy consumption and energy generation with // power [W] and storage capacity with energy [J]. The Ep is an abbreviation // that is used for energy and power based interfaces. // // @see ~IEpEnergyConsumer, ~IEpEnergySource, ~IEpEnergyGenerator, ~IEpEnergySink, ~IEpEnergyStorage // moduleinterface IEpEnergyManagement extends IEnergyManagement { parameters: @display("i=block/plug"); }File: src/inet/power/contract/IEpEnergyManagement.ned