Interface StructArrayPublisher<T>
- Type Parameters:
T- value class
- All Superinterfaces:
AutoCloseable, Consumer<T[]>, Publisher, PubSub
- All Known Subinterfaces:
StructArrayEntry<T>
NetworkTables struct-encoded array value publisher.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidgetTopic()Get the corresponding topic.default voidPublish a new value using current NT time.voidPublish a new value.voidsetDefault(T[] value) Publish a default value.