"

2013 FRC Java API

"

edu.wpi.first.wpilibj.tables
Interface ITableProvider

All Known Implementing Classes:
NetworkTableProvider

public interface ITableProvider

A simple interface to provide tables

Author:
Mitchell

Method Summary
 ITable getTable(String name)
          Get a table by name
 

Method Detail

getTable

ITable getTable(String name)
Get a table by name

Parameters:
name - the name of the table
Returns:
a Table with the given name

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"