Package edu.wpi.first.networktables
Interface FloatEntry
- All Superinterfaces:
AutoCloseable
,FloatConsumer
,FloatPublisher
,FloatSubscriber
,FloatSupplier
,Publisher
,PubSub
,Subscriber
public interface FloatEntry extends FloatSubscriber, FloatPublisher
NetworkTables Float 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.FloatPublisher
accept, getTopic, set, set, setDefault
Methods inherited from interface edu.wpi.first.networktables.FloatSubscriber
get, get, getAsFloat, getAtomic, getAtomic, getTopic, readQueue, readQueueValues