My Project
|
Public Member Functions | |
TipperSshClient (gcp::util::RegMapDataFrameManager *share, std::string gateway="bicep", std::string host="bicep3", unsigned short port=gcp::util::Ports::tipperPort("bicep")) | |
virtual | ~TipperSshClient () |
void | readServerData (gcp::util::NetHandler &handler) |
void | reportError () |
![]() | |
TipperSshClient (bool spawnThread, std::string gateway="bicep", std::string host="bicep3", unsigned short port=Ports::tipperPort("bicep")) | |
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 () |
Additional Inherited Members | |
![]() | |
static | THREAD_START (startUp) |
![]() | |
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 | broadcastReady () |
void | spawn (void *arg) |
![]() | |
static | RUN_FN (runFn) |
static | NET_READ_HANDLER (readHandler) |
static | NET_SEND_HANDLER (sendHandler) |
static | NET_ERROR_HANDLER (errHandler) |
![]() | |
TipperData | tipperData_ |
std::vector< unsigned char > | bytes_ |
![]() | |
TimeVal | timeOut_ |
struct timeval * | timeOutPtr_ |
SshTunnel | tunnel_ |
std::string | gateway_ |
std::string | host_ |
unsigned short | port_ |
bool | stop_ |
TcpClient | tcp_ |
NetHandler | handler_ |
FdSet | fdSet_ |
![]() | |
Thread * | spawnedThread_ |
bool | spawned_ |
RUN_FN * | runFn_ |
TipperSshClient::TipperSshClient | ( | gcp::util::RegMapDataFrameManager * | share, |
std::string | gateway = "bicep" , |
||
std::string | host = "bicep3" , |
||
unsigned short | port = gcp::util::Ports::tipperPort("bicep") |
||
) |
Constructors
....................................................................... Constructors
|
virtual |
Destructor.
....................................................................... Destructor.
Reimplemented from gcp::util::TipperSshClient.
|
virtual |
....................................................................... Method called when data have been completely read from the server
Reimplemented from gcp::util::TipperSshClient.