public class NetworkTableProvider extends java.lang.Object implements ITableProvider
NetworkTable
for a given NetworkTableNode
Constructor and Description |
---|
NetworkTableProvider(NetworkTableNode node)
Create a new NetworkTableProvider for a given NetworkTableNode
|
Modifier and Type | Method and Description |
---|---|
void |
close()
close the backing network table node
|
NetworkTableNode |
getNode() |
ITable |
getRootTable() |
ITable |
getTable(java.lang.String key)
Get a table by name
|
public NetworkTableProvider(NetworkTableNode node)
node
- the node that handles the actual network tablepublic ITable getRootTable()
public ITable getTable(java.lang.String key)
ITableProvider
getTable
in interface ITableProvider
key
- the name of the tablepublic NetworkTableNode getNode()
public void close()