Class NT4Publisher
java.lang.Object
org.littletonrobotics.junction.networktables.NT4Publisher
- All Implemented Interfaces:
LogDataReceiver
Publishes log data using NT4.
-
Field Summary
Fields inherited from interface org.littletonrobotics.junction.LogDataReceiver
timestampKey -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.littletonrobotics.junction.LogDataReceiver
end, start
-
Constructor Details
-
NT4Publisher
public NT4Publisher()Creates a new NT4Publisher.
-
-
Method Details
-
putTable
Description copied from interface:LogDataReceiverCalled every loop cycle when a new table is complete. This data can be processed immediately or queued for later.- Specified by:
putTablein interfaceLogDataReceiver- Parameters:
table- A copy of the data to save.
-