#include <yarp/os/impl/posix/TcpConnector.h>
Public Member Functions | |
| TcpConnector () | |
| Constructor TcpConnector. More... | |
| virtual | ~TcpConnector () |
| Destructor ~TcpConnector. More... | |
| int | connect (TcpStream &new_stream, const yarp::os::Contact &remote_address, YARP_timeval *timeout=nullptr) |
| Connect to server. More... | |
Protected Member Functions | |
| int | open (TcpStream &stream) |
Definition at line 28 of file TcpConnector.h.
|
default |
Constructor TcpConnector.
|
virtualdefault |
Destructor ~TcpConnector.
| int TcpConnector::connect | ( | TcpStream & | new_stream, |
| const yarp::os::Contact & | remote_address, | ||
| YARP_timeval * | timeout = nullptr |
||
| ) |
Connect to server.
Definition at line 51 of file TcpConnector.cpp.
|
protected |
Definition at line 40 of file TcpConnector.cpp.