Package edu.wpi.first.networktables
Interface FloatArrayEntry
- All Superinterfaces:
AutoCloseable
,Consumer<float[]>
,FloatArrayPublisher
,FloatArraySubscriber
,Publisher
,PubSub
,Subscriber
,Supplier<float[]>
public interface FloatArrayEntry extends FloatArraySubscriber, FloatArrayPublisher
NetworkTables FloatArray entry.
Unlike NetworkTableEntry, the entry goes away when close() is called.
-
Method Summary
Modifier and Type Method Description void
unpublish()
Stops publishing the entry if it's published.Methods inherited from interface edu.wpi.first.networktables.FloatArrayPublisher
accept, getTopic, set, set, setDefault
Methods inherited from interface edu.wpi.first.networktables.FloatArraySubscriber
get, get, getAtomic, getAtomic, getTopic, readQueue, readQueueValues