Interface DoubleEntry
- All Superinterfaces:
AutoCloseable, DoubleConsumer, DoublePublisher, DoubleSubscriber, DoubleSupplier, Publisher, PubSub, Subscriber
NetworkTables Double entry.
Unlike NetworkTableEntry, the entry goes away when close() is called.
-
Method Summary
Methods inherited from interface DoubleConsumer
andThenMethods inherited from interface DoublePublisher
accept, getTopic, set, set, setDefaultMethods inherited from interface DoubleSubscriber
get, get, getAsDouble, getAtomic, getAtomic, getTopic, readQueue, readQueueValuesMethods inherited from interface Subscriber
exists, getLastChange
-
Method Details
-
unpublish
void unpublish()Stops publishing the entry if it's published.
-