|
| WxClient (bool spawnThread, std::string host="sptcontrol", unsigned port=Ports::wxPort("spt")) |
|
virtual | ~WxClient () |
|
| Client (bool spawn, std::string host, unsigned connectPort, unsigned readBufSize=0, unsigned sendBufSize=0) |
|
virtual | ~Client () |
|
void | run () |
|
void | setReadBufSize (unsigned size) |
|
void | setSendBufSize (unsigned size) |
|
| Runnable (bool spawnThread, RUN_FN(*runFn)) |
|
| Runnable (bool spawnThread, RUN_FN(*runFn), int priority) |
|
virtual | ~Runnable () |
|
void | blockForever () |
|
void | spawn () |
|
|
virtual void | readServerData (NetHandler &handler) |
|
virtual void | processServerData () |
|
void | sendServerData (NetDat &dat) |
|
virtual void | broadcastReady () |
|
void | spawn (void *arg) |
|
WxClient::WxClient |
( |
bool |
spawnThread, |
|
|
std::string |
host = "sptcontrol" , |
|
|
unsigned |
port = Ports::wxPort("spt") |
|
) |
| |
Constructor.
....................................................................... Constructor.
Destructor.
....................................................................... Destructor.
The documentation for this class was generated from the following files:
- gcpCbass/util/common/WxClient.h
- gcpCbass/util/common/WxClient.cc