7#ifndef YARP_OS_IMPL_POSIX_TCPCONNECTOR_H
8#define YARP_OS_IMPL_POSIX_TCPCONNECTOR_H
A mini-server for performing network communication in the background.
TcpConnector()
Constructor TcpConnector.
int open(TcpStream &stream)
virtual ~TcpConnector()
Destructor ~TcpConnector.
int connect(TcpStream &new_stream, const yarp::os::Contact &remote_address, YARP_timeval *timeout=nullptr)
Connect to server.
The main, catch-all namespace for YARP.