1 #ifndef GCP_UTIL_WXCLIENT_H
2 #define GCP_UTIL_WXCLIENT_H
11 #include "gcp/util/common/Client.h"
12 #include "gcp/util/common/Ports.h"
13 #include "gcp/util/common/WxData.h"
27 WxClient(
bool spawnThread, std::string host=
"sptcontrol",
28 unsigned port=Ports::wxPort(
"spt"));
38 std::vector<unsigned char> bytes_;
39 virtual void readServerData(
NetHandler& handler);
40 virtual void processServerData() {};
48 #endif // End #ifndef GCP_UTIL_WXCLIENT_H
Definition: WxClient.h:21
Definition: NetHandler.h:16
WxClient(bool spawnThread, std::string host="sptcontrol", unsigned port=Ports::wxPort("spt"))
Definition: WxClient.cc:12
virtual ~WxClient()
Definition: WxClient.cc:24