|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
9 #ifndef YARP_OS_MODIFYINGCARRIER_H
10 #define YARP_OS_MODIFYINGCARRIER_H
32 bool modifiesIncomingData()
const override;
33 bool modifiesOutgoingData()
const override;
34 bool modifiesReply()
const override;
44 #endif // YARP_OS_MODIFYINGCARRIER_H
A base class for connection types (tcp, mcast, shmem, ...) which are called carriers in YARP.
A starter class for implementing simple modifying carriers.
A starter class for implementing simple carriers.
Carrier * create() const override=0
Factory method.
std::string getName() const override=0
Get the name of this connection type ("tcp", "mcast", "shmem", ...)
A simple abstraction for a block of bytes.
The basic state of a connection - route, streams in use, etc.
The main, catch-all namespace for YARP.
A class for storing options and configuration information.