-
Constructor Summary
Constructors
-
Method Summary
void
void
log(long timestamp,
String key,
boolean value)
void
log(long timestamp,
String key,
boolean[] value)
void
log(long timestamp,
String key,
double value)
void
log(long timestamp,
String key,
double[] value)
void
void
log(long timestamp,
String key,
float[] value)
void
void
log(long timestamp,
String key,
long[] value)
<T> void
log(long timestamp,
String key,
edu.wpi.first.util.struct.Struct<T> struct,
T value)
<T> void
log(long timestamp,
String key,
edu.wpi.first.util.struct.Struct<T> struct,
T[] value)
void
void
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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 <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
-