|
| WxClientSA (bool spawnThread, std::string host="localhost", unsigned port=Ports::wxPort("cbass")) |
|
virtual | ~WxClientSA () |
|
| 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) |
|
WxClientSA::WxClientSA |
( |
bool |
spawnThread, |
|
|
std::string |
host = "localhost" , |
|
|
unsigned |
port = Ports::wxPort("cbass") |
|
) |
| |
Constructor.
....................................................................... Constructor.
WxClientSA::~WxClientSA |
( |
| ) |
|
|
virtual |
Destructor.
....................................................................... Destructor.
The documentation for this class was generated from the following files:
- gcpCbass/util/common/WxClientSA.h
- gcpCbass/util/common/WxClientSA.cc