Package | Description |
---|---|
com.velasolaris.plugin.controller.spi |
Service provider interface for Polysun plugin controllers; most important package for plugin controller development.
|
de.htw.berlin.polysun4diac.plugins |
PluginControllers for co-simulations between Polysun and 4diac
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPluginController
Abstract plugin controller containing convenience code.
|
Modifier and Type | Class and Description |
---|---|
class |
Abstract4diacPluginController
Abstract class for Polysun PluginControllers that communicate with 4diac IEC 61499 applications running on 4diac-RTE (FORTE).
|
class |
AbstractActorController
Defines the default behaviour of a FORTE actor plugin controller for receiving control signals from IEC 61499 applications running on 4diac-RTE (FORTE).
|
class |
AbstractSensorController
Defines the default behaviour of a FORTE sensor plugin controller for sending data to IEC 61499 applications running on 4diac-RTE (FORTE).
|
class |
AbstractSingleComponentController
Abstract class for Polysun PluginControllers that communicate with 4diac IEC 61499 applications running on 4diac-RTE (FORTE).
|
class |
BatteryActorController
Plugin controller for receiving the battery's set power from 4diac-RTE (FORTE).
|
class |
BatterySensorController
Plugin controller for sending the battery's SoC and power throughput to 4diac-RTE (FORTE).
|
class |
GenericActorController
Plugin controller for receiving data from IEC 61499 applications running on 4diac-RTE (FORTE).
|
class |
GenericForteController
Plugin controller for sending data to and receiving data from IEC 61499 applications running on 4diac-RTE (FORTE).
|
class |
GenericSensorController
Plugin controller for sending data to IEC 61499 applications running on 4diac-RTE (FORTE).
|
class |
LoadSensorController
Plugin controller for sending the PV field's power to 4diac-RTE (FORTE).
|
class |
PVActorController |
class |
PVSensorController
Plugin controller for sending the PV field's power to 4diac-RTE (FORTE).
|
class |
SGReadyHeatPumpController
Plugin controller for receiving the heat pump's control mode from 4diac-RTE (FORTE).
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Class<? extends IPluginController>> |
ForteActorSensorPlugin.getControllers(java.util.Map<java.lang.String,java.lang.Object> parameters) |