|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wpi.first.wpilibj.networktables.NetworkTableProvider
public class NetworkTableProvider
Provides a NetworkTable
for a given NetworkTableNode
Constructor Summary | |
---|---|
NetworkTableProvider(NetworkTableNode node)
Create a new NetworkTableProvider for a given NetworkTableNode |
Method Summary | |
---|---|
void |
close()
close the backing network table node |
NetworkTableNode |
getNode()
|
ITable |
getRootTable()
|
ITable |
getTable(String key)
Get a table by name |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NetworkTableProvider(NetworkTableNode node)
node
- the node that handles the actual network tableMethod Detail |
---|
public ITable getRootTable()
public ITable getTable(String key)
ITableProvider
getTable
in interface ITableProvider
key
- the name of the table
public NetworkTableNode getNode()
public void close()
|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |