Class ChannelManager
java.lang.Object
io.openems.edge.common.channel.AbstractChannelListenerManager
io.openems.edge.meter.virtual.symmetric.subtract.ChannelManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
activate
(OpenemsComponent minuend, List<OpenemsComponent> subtrahends) Called on Component activate().Methods inherited from class io.openems.edge.common.channel.AbstractChannelListenerManager
addOnChangeListener, addOnSetNextValueListener, deactivate
-
Constructor Details
-
ChannelManager
-
-
Method Details
-
activate
Called on Component activate().- Parameters:
minuend
- the Minuend Componentsubtrahends
- the Subtrahend Components
-