|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
10 #ifndef YARP_OS_IMPL_TCPFACE_H
11 #define YARP_OS_IMPL_TCPFACE_H
33 bool open(
const Contact& address)
override;
34 void close()
override;
38 Contact getLocalAddress()
const override;
51 yarp::os::impl::TcpAcceptor peerAcceptor;
59 #endif // YARP_OS_IMPL_TCPFACE_H
yarp::os::impl::AuthHMAC auth
bool read(ImageOf< PixelRgb > &dest, const std::string &src, image_fileformat format=FORMAT_ANY)
The output side of an active connection between two ports.
Communicating with a port via TCP.
The main, catch-all namespace for YARP.
bool write(const ImageOf< PixelRgb > &src, const std::string &dest, image_fileformat format=FORMAT_PPM)
The initial point-of-contact with a port.
3-way authentication via HMAC