WPILibC++
trunk
|
Public Member Functions | |
virtual NetworkTableNode * | CreateNode (const char *ipAddress, int port, NTThreadManager &threadManager, void *&streamFactory_out, StreamDeleter &streamDeleter_out, NetworkTableEntryTypeManager *&typeManager_out) |
Additional Inherited Members | |
![]() | |
static NetworkTableServerMode | Server |
static NetworkTableClientMode | Client |
Definition at line 43 of file NetworkTableMode.h.
|
virtual |
ipAddress | the IP address configured by the user |
port | the port configured by the user |
threadManager | the thread manager that should be used for threads in the node |
IOException |
Implements NetworkTableMode.
Definition at line 38 of file NetworkTableMode.cpp.