Class NT4Publisher

java.lang.Object
org.littletonrobotics.junction.networktables.NT4Publisher
All Implemented Interfaces:
LogDataReceiver

public class NT4Publisher extends Object implements LogDataReceiver
Publishes log data using NT4.
  • Constructor Details

    • NT4Publisher

      public NT4Publisher()
      Creates a new NT4Publisher.
  • Method Details

    • putTable

      public void putTable(LogTable table)
      Description copied from interface: LogDataReceiver
      Called every loop cycle when a new table is complete. This data can be processed immediately or queued for later.
      Specified by:
      putTable in interface LogDataReceiver
      Parameters:
      table - A copy of the data to save.