Class BooleanPublishable
- java.lang.Object
-
- edu.wpi.grip.core.operations.network.BooleanPublishable
-
- All Implemented Interfaces:
Publishable
@Immutable public final class BooleanPublishable extends java.lang.Object implements Publishable
An adapter to allow booleans to be published from GRIP sockets into aNetworkPublisher
.
-
-
Constructor Summary
Constructors Constructor Description BooleanPublishable(java.lang.Boolean bool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getValue()
-