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. | 
| ITable | getTable()The table that is associated with this  Sendable. | 
| void | initTable(ITable subtable)Initializes a table for this  Sendableobject. | 
void initTable(ITable subtable)
Sendable object.subtable - The table to put the values in.ITable getTable()
Sendable.Sendable.java.lang.String getSmartDashboardType()
Sendable.Sendable.