Now you can download a copy of these docs so you can use them offline! Download now
#include <NetworkTableMode.h>


Public Member Functions | |
| virtual NetworkTableNode * | CreateNode (const char *ipAddress, int port, NTThreadManager &threadManager, void *&streamFactory_out, StreamDeleter &streamDeleter_out, NetworkTableEntryTypeManager *&typeManager_out)=0 |
Static Public Attributes | |
| static NetworkTableServerMode | Server |
| static NetworkTableClientMode | Client |
Represents a different modes that network tables can be configured in
Definition at line 21 of file NetworkTableMode.h.
|
pure 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 |
Implemented in NetworkTableClientMode, and NetworkTableServerMode.
1.8.6