mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
[docs] Add missing JavaDocs (#6146)
This commit is contained in:
@@ -15,10 +15,14 @@ import java.util.function.LongConsumer;
|
||||
import java.util.function.LongSupplier;
|
||||
import java.util.function.Supplier;
|
||||
|
||||
/** Helper class for building Sendable dashboard representations. */
|
||||
public interface SendableBuilder extends AutoCloseable {
|
||||
/** The backend kinds used for the sendable builder. */
|
||||
enum BackendKind {
|
||||
/** Unknown. */
|
||||
kUnknown,
|
||||
|
||||
/** NetworkTables. */
|
||||
kNetworkTables
|
||||
}
|
||||
|
||||
|
||||
@@ -506,6 +506,9 @@ public final class SendableRegistry {
|
||||
|
||||
/** Sendable builder for the sendable. */
|
||||
public SendableBuilder builder;
|
||||
|
||||
/** Default constructor. */
|
||||
public CallbackData() {}
|
||||
}
|
||||
|
||||
// As foreachLiveWindow is single threaded, cache the components it
|
||||
|
||||
Reference in New Issue
Block a user