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