IEnergyManagement.ned

NED File src/inet/power/contract/IEnergyManagement.ned

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.

Source code

//
// Copyright (C) 2020 OpenSim Ltd.
//
// SPDX-License-Identifier: LGPL-3.0-or-later
//


package inet.power.contract;

//
// 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.
//
// @see ~IEnergyConsumer, ~IEnergySource, ~IEnergyGenerator, ~IEnergySink, ~IEnergyStorage
//
moduleinterface IEnergyManagement
{
    parameters:
        @display("i=block/plug");
}