Class NetworkTablesReporter

java.lang.Object
dev.doglog.internal.log_thread.reporters.NetworkTablesReporter
All Implemented Interfaces:
Reporter, AutoCloseable

public class NetworkTablesReporter extends Object implements AutoCloseable, Reporter
Logs to NetworkTables.
  • Constructor Details

    • NetworkTablesReporter

      public NetworkTablesReporter(String logTable)
  • Method Details

    • log

      public void log(long timestamp, String key, boolean[] value)
      Specified by:
      log in interface Reporter
    • log

      public void log(long timestamp, String key, boolean value)
      Specified by:
      log in interface Reporter
    • log

      public void log(long timestamp, String key, double[] value)
      Specified by:
      log in interface Reporter
    • log

      public void log(long timestamp, String key, double value)
      Specified by:
      log in interface Reporter
    • log

      public void log(long timestamp, String key, float[] value)
      Specified by:
      log in interface Reporter
    • log

      public void log(long timestamp, String key, float value)
      Specified by:
      log in interface Reporter
    • log

      public void log(long timestamp, String key, long[] value)
      Specified by:
      log in interface Reporter
    • log

      public void log(long timestamp, String key, long value)
      Specified by:
      log in interface Reporter
    • log

      public void log(long timestamp, String key, String[] value)
      Specified by:
      log in interface Reporter
    • log

      public void log(long timestamp, String key, String value)
      Specified by:
      log in interface Reporter
    • log

      public void log(long timestamp, String key, String value, String customTypeString)
      Specified by:
      log in interface Reporter
    • log

      public <T> void log(long timestamp, String key, edu.wpi.first.util.struct.Struct<T> struct, T[] value)
      Specified by:
      log in interface Reporter
    • log

      public <T> void log(long timestamp, String key, edu.wpi.first.util.struct.Struct<T> struct, T value)
      Specified by:
      log in interface Reporter
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable