3 #ifndef GCP_UTIL_TIPPERSSHCLIENT_H
4 #define GCP_UTIL_TIPPERSSHCLIENT_H
15 #include "gcp/util/common/SshClient.h"
16 #include "gcp/util/common/Ports.h"
17 #include "gcp/util/common/TipperData.h"
31 std::string gateway=
"bicep",
32 std::string host=
"bicep3",
33 unsigned short port=Ports::tipperPort(
"bicep"));
48 std::vector<unsigned char> bytes_;
49 virtual void readServerData(
NetHandler& handler);
50 virtual void processServerData() {};
59 #endif // End #ifndef GCP_UTIL_TIPPERSSHCLIENT_H
Definition: SshClient.h:22
Definition: TipperData.h:16
Definition: NetHandler.h:16