Package edu.wpi.first.networktables
Interface StructArrayEntry<T>
- Type Parameters:
T
- value class
- All Superinterfaces:
AutoCloseable
,Consumer<T[]>
,Publisher
,PubSub
,StructArrayPublisher<T>
,StructArraySubscriber<T>
,Subscriber
,Supplier<T[]>
public interface StructArrayEntry<T> extends StructArraySubscriber<T>, StructArrayPublisher<T>
NetworkTables struct-encoded array value 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.StructArrayPublisher
accept, getTopic, set, set, setDefault
Methods inherited from interface edu.wpi.first.networktables.StructArraySubscriber
get, get, getAtomic, getAtomic, getTopic, readQueue, readQueueValues