YARP
Yet Another Robot Platform
yarp::os::impl::posix::TcpConnector Class Reference

#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)
 

Detailed Description

Definition at line 28 of file TcpConnector.h.

Constructor & Destructor Documentation

◆ TcpConnector()

TcpConnector::TcpConnector ( )
default

Constructor TcpConnector.

◆ ~TcpConnector()

TcpConnector::~TcpConnector ( )
virtualdefault

Destructor ~TcpConnector.

Member Function Documentation

◆ connect()

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.

◆ open()

int TcpConnector::open ( TcpStream stream)
protected

Definition at line 40 of file TcpConnector.cpp.


The documentation for this class was generated from the following files: