7 #ifndef YARP_OS_CARRIERS_H
8 #define YARP_OS_CARRIERS_H
46 static Carrier* chooseCarrier(
const std::string& name);
51 static Carrier* getCarrierTemplate(
const std::string& name);
99 static bool addCarrierPrototype(
Carrier* carrier);
103 static Bottle listCarriers();
106 #ifndef DOXYGEN_SHOULD_SKIP_THIS
108 Private*
const mPriv;
A simple collection of objects that can be described and transmitted in a portable way.
A simple abstraction for a block of bytes.
A base class for connection types (tcp, mcast, shmem, ...) which are called carriers in YARP.
Collection of carriers, a singleton.
The initial point-of-contact with a port.
The output side of an active connection between two ports.
The main, catch-all namespace for YARP.