public interface Sendable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSmartDashboardType()
The string representation of the named data type that will be used by the smart dashboard for
this
Sendable . |
void |
initTable(NetworkTable subtable)
Initializes a table for this
Sendable object. |
void initTable(NetworkTable subtable)
Sendable
object.subtable
- The table to put the values in.