Package io.openems.edge.common.channel
Class LongReadChannel
- java.lang.Object
-
- io.openems.edge.common.channel.internal.AbstractReadChannel<OpenemsTypeDoc<java.lang.Long>,java.lang.Long>
-
- io.openems.edge.common.channel.LongReadChannel
-
- All Implemented Interfaces:
Channel<java.lang.Long>
- Direct Known Subclasses:
LongWriteChannel
public class LongReadChannel extends AbstractReadChannel<OpenemsTypeDoc<java.lang.Long>,java.lang.Long>
-
-
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
LongReadChannel(OpenemsComponent component, ChannelId channelId, LongDoc 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
-
LongReadChannel
protected LongReadChannel(OpenemsComponent component, ChannelId channelId, LongDoc channelDoc)
-
-