Package io.openems.edge.common.channel
Class DoubleReadChannel
- java.lang.Object
-
- io.openems.edge.common.channel.internal.AbstractReadChannel<OpenemsTypeDoc<java.lang.Double>,java.lang.Double>
-
- io.openems.edge.common.channel.DoubleReadChannel
-
- All Implemented Interfaces:
Channel<java.lang.Double>
- Direct Known Subclasses:
DoubleWriteChannel
public class DoubleReadChannel extends AbstractReadChannel<OpenemsTypeDoc<java.lang.Double>,java.lang.Double>
-
-
Field Summary
-
Fields inherited from class io.openems.edge.common.channel.internal.AbstractReadChannel
parent
-
Fields inherited from interface io.openems.edge.common.channel.Channel
NO_OF_PAST_VALUES
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DoubleReadChannel(OpenemsComponent component, ChannelId channelId, DoubleDoc channelDoc)
-
Method Summary
-
Methods inherited from class io.openems.edge.common.channel.internal.AbstractReadChannel
_setNextValue, address, channelDoc, channelId, deactivate, getComponent, getMetaInfo, getNextValue, getOnSetNextWrites, getPastValues, getType, nextProcessImage, onChange, onSetNextValue, onUpdate, removeOnChangeCallback, removeOnSetNextValueCallback, removeOnUpdateCallback, setMetaInfo, toString, value
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.openems.edge.common.channel.Channel
setNextValue
-
-
-
-
Constructor Detail
-
DoubleReadChannel
protected DoubleReadChannel(OpenemsComponent component, ChannelId channelId, DoubleDoc channelDoc)
-
-