Package edu.wpi.first.networktables
Interface DoubleArrayEntry
- All Superinterfaces:
AutoCloseable
,Consumer<double[]>
,DoubleArrayPublisher
,DoubleArraySubscriber
,Publisher
,PubSub
,Subscriber
,Supplier<double[]>
public interface DoubleArrayEntry extends DoubleArraySubscriber, DoubleArrayPublisher
NetworkTables DoubleArray 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.DoubleArrayPublisher
accept, getTopic, set, set, setDefault
Methods inherited from interface edu.wpi.first.networktables.DoubleArraySubscriber
get, get, getAtomic, getAtomic, getTopic, readQueue, readQueueValues