Now you can download a copy of these docs so you can use them offline! Download now
NetworkTableProvider Class Reference
Inheritance diagram for NetworkTableProvider:
Collaboration diagram for NetworkTableProvider:

Public Member Functions

 NetworkTableProvider (NetworkTableNode &node)
 
ITableGetRootTable ()
 
ITableGetTable (std::string key)
 
NetworkTableNodeGetNode ()
 
void Close ()
 

Detailed Description

Definition at line 15 of file NetworkTableProvider.h.

Constructor & Destructor Documentation

NetworkTableProvider::NetworkTableProvider ( NetworkTableNode node)

Create a new NetworkTableProvider for a given NetworkTableNode

Parameters
nodethe node that handles the actual network table

Definition at line 17 of file NetworkTableProvider.cpp.

Member Function Documentation

void NetworkTableProvider::Close ( )
inline

close the backing network table node

Definition at line 43 of file NetworkTableProvider.h.

NetworkTableNode& NetworkTableProvider::GetNode ( )
inline
Returns
the Network Table node that backs the Tables returned by this provider

Definition at line 36 of file NetworkTableProvider.h.

ITable * NetworkTableProvider::GetTable ( std::string  name)
virtual

Get a table by name

Parameters
namethe name of the table
Returns
a Table with the given name

Implements ITableProvider.

Definition at line 30 of file NetworkTableProvider.cpp.


The documentation for this class was generated from the following files:

Generated on Sat Apr 26 2014 12:26:46 for WPILibC++ by doxygen 1.8.6