7 #ifndef YARP_OS_IMPL_TCPCARRIER_H
8 #define YARP_OS_IMPL_TCPCARRIER_H
25 Carrier* create()
const override;
27 std::string getName()
const override;
29 virtual int getSpecifierCode()
const;
34 bool requireAck()
const override;
35 bool isConnectionless()
const override;
A starter class for implementing simple carriers.
A simple abstraction for a block of bytes.
A base class for connection types (tcp, mcast, shmem, ...) which are called carriers in YARP.
The basic state of a connection - route, streams in use, etc.
Communicating between two ports via TCP.
The main, catch-all namespace for YARP.