mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-08-03 14:38:14 +02:00
changed constructor
This commit is contained in:
@@ -10,8 +10,9 @@ namespace sls{
|
||||
class ClientSocket: public DataSocket{
|
||||
public:
|
||||
ClientSocket(const std::string& hostname, uint16_t port_number);
|
||||
int connect();
|
||||
private:
|
||||
|
||||
struct sockaddr_in serverAddr {};
|
||||
};
|
||||
|
||||
}; //namespace sls
|
||||
Reference in New Issue
Block a user