Now you can download a copy of these docs so you can use them offline! Download now


Public Member Functions | |
| NetworkTableProvider (NetworkTableNode &node) | |
| ITable * | GetRootTable () |
| ITable * | GetTable (std::string key) |
| NetworkTableNode & | GetNode () |
| void | Close () |
Definition at line 15 of file NetworkTableProvider.h.
| NetworkTableProvider::NetworkTableProvider | ( | NetworkTableNode & | node | ) |
Create a new NetworkTableProvider for a given NetworkTableNode
| node | the node that handles the actual network table |
Definition at line 17 of file NetworkTableProvider.cpp.
|
inline |
close the backing network table node
Definition at line 43 of file NetworkTableProvider.h.
|
inline |
Definition at line 36 of file NetworkTableProvider.h.
|
virtual |
Get a table by name
| name | the name of the table |
Implements ITableProvider.
Definition at line 30 of file NetworkTableProvider.cpp.
1.8.6