|
| TipperSshClient (bool spawnThread, std::string gateway="bicep", std::string host="bicep3", unsigned short port=Ports::tipperPort("bicep")) |
|
virtual | ~TipperSshClient () |
|
void | initialize (bool spawnThread) |
|
| SshClient (bool spawn, std::string gateway, std::string host, unsigned connectPort, unsigned readBufSize=0, unsigned sendBufSize=0) |
|
virtual | ~SshClient () |
|
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) |
|
void | initMembers (std::string gateway, std::string host, unsigned port, unsigned readBufSize, unsigned sendBufSize) |
|
void | connect () |
|
void | disconnect () |
|
virtual void | reportError () |
|
virtual void | broadcastReady () |
|
void | spawn (void *arg) |
|
|
static | THREAD_START (startUp) |
|
static | RUN_FN (runFn) |
|
static | NET_READ_HANDLER (readHandler) |
|
static | NET_SEND_HANDLER (sendHandler) |
|
static | NET_ERROR_HANDLER (errHandler) |
|
TipperSshClient::TipperSshClient |
( |
bool |
spawnThread, |
|
|
std::string |
gateway = "bicep" , |
|
|
std::string |
host = "bicep3" , |
|
|
unsigned short |
port = Ports::tipperPort("bicep") |
|
) |
| |
Constructors
....................................................................... Constructors
TipperSshClient::~TipperSshClient |
( |
| ) |
|
|
virtual |
void TipperSshClient::initialize |
( |
bool |
spawnThread | ) |
|
....................................................................... Initialize network container sizes and start up this thread if requested to
The documentation for this class was generated from the following files: