#include <yarp/os/impl/posix/TcpConnector.h>
Public Member Functions | |
| TcpConnector () | |
| Constructor TcpConnector. | |
| virtual | ~TcpConnector () |
| Destructor ~TcpConnector. | |
| int | connect (TcpStream &new_stream, const yarp::os::Contact &remote_address, YARP_timeval *timeout=nullptr) |
| Connect to server. | |
Protected Member Functions | |
| int | open (TcpStream &stream) |
Definition at line 25 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 48 of file TcpConnector.cpp.
Definition at line 37 of file TcpConnector.cpp.