Package edu.wpi.first.networktables
Interface FloatEntry
- All Superinterfaces:
AutoCloseable,FloatConsumer,FloatPublisher,FloatSubscriber,FloatSupplier,Publisher,PubSub,Subscriber
NetworkTables Float entry.
Unlike NetworkTableEntry, the entry goes away when close() is called.
-
Method Summary
Methods inherited from interface edu.wpi.first.networktables.FloatPublisher
accept, getTopic, set, set, setDefaultMethods inherited from interface edu.wpi.first.networktables.FloatSubscriber
get, get, getAsFloat, getAtomic, getAtomic, getTopic, readQueue, readQueueValuesMethods inherited from interface edu.wpi.first.networktables.Subscriber
exists, getLastChange
-
Method Details
-
unpublish
void unpublish()Stops publishing the entry if it's published.
-