Package io.openems.edge.common.channel
Class BooleanWriteChannel.MirrorToDebugChannel
- java.lang.Object
-
- io.openems.edge.common.channel.BooleanWriteChannel.MirrorToDebugChannel
-
- All Implemented Interfaces:
java.util.function.Consumer<Channel<java.lang.Boolean>>
- Enclosing class:
- BooleanWriteChannel
public static class BooleanWriteChannel.MirrorToDebugChannel extends java.lang.Object implements java.util.function.Consumer<Channel<java.lang.Boolean>>
-
-
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.Boolean> channel)
-