3 #ifndef GCP_UTIL_WXSSHCLIENT_H
4 #define GCP_UTIL_WXSSHCLIENT_H
15 #include "gcp/util/common/SshClient.h"
16 #include "gcp/util/common/Ports.h"
17 #include "gcp/util/common/WxData40m.h"
31 std::string gateway=
"data.ovro.caltech.edu",
32 std::string host=
"cbassdaq.cm.pvt",
33 unsigned short port=Ports::wxPort(
"cbass"));
48 std::vector<unsigned char> bytes_;
49 virtual void readServerData(
NetHandler& handler);
50 virtual void processServerData() {};
59 #endif // End #ifndef GCP_UTIL_WXSSHCLIENT_H
Definition: SshClient.h:22
Definition: WxSshClient.h:24
Definition: NetHandler.h:16
virtual ~WxSshClient()
Definition: WxSshClient.cc:37
WxSshClient(bool spawnThread, std::string gateway="data.ovro.caltech.edu", std::string host="cbassdaq.cm.pvt", unsigned short port=Ports::wxPort("cbass"))
Definition: WxSshClient.cc:14
void initialize(bool spawnThread)
Definition: WxSshClient.cc:27
Definition: WxData40m.h:16