diff --git a/docs/index-all.html b/docs/index-all.html index 9d1fd39..9da5da1 100644 --- a/docs/index-all.html +++ b/docs/index-all.html @@ -660,7 +660,7 @@

R

range() - Method in annotation type io.github.oblarg.oblog.annotations.Log.ThreeAxisAccelerometer
 
-
registerEntry(NetworkTableEntry, Supplier<Object>) - Static method in class io.github.oblarg.oblog.Logger
+
registerEntry(GenericEntry, Supplier<Object>) - Static method in class io.github.oblarg.oblog.Logger
Registers a new entry.
diff --git a/docs/io/github/oblarg/oblog/Logger.html b/docs/io/github/oblarg/oblog/Logger.html index 02bdef1..e6240f7 100644 --- a/docs/io/github/oblarg/oblog/Logger.html +++ b/docs/io/github/oblarg/oblog/Logger.html @@ -207,7 +207,7 @@

Method Summary

static void -registerEntry​(edu.wpi.first.networktables.NetworkTableEntry entry, +registerEntry​(edu.wpi.first.networktables.GenericEntry entry, java.util.function.Supplier<java.lang.Object> supplier)
Registers a new entry.
@@ -389,13 +389,13 @@

updateEntries

Updates all entries. Must be called periodically from the main robot loop.
- +