Package io.openems.edge.common.channel
Class IntegerWriteChannel.MirrorToDebugChannel
- java.lang.Object
-
- io.openems.edge.common.channel.IntegerWriteChannel.MirrorToDebugChannel
-
- All Implemented Interfaces:
java.util.function.Consumer<Channel<java.lang.Integer>>
- Enclosing class:
- IntegerWriteChannel
public static class IntegerWriteChannel.MirrorToDebugChannel extends java.lang.Object implements java.util.function.Consumer<Channel<java.lang.Integer>>
-
-
Constructor Summary
Constructors Constructor Description MirrorToDebugChannel(ChannelId targetChannelId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(Channel<java.lang.Integer> channel)
-