|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
10 #ifndef YARP_OS_CARRIERS_H
11 #define YARP_OS_CARRIERS_H
49 static Carrier* chooseCarrier(
const std::string& name);
54 static Carrier* getCarrierTemplate(
const std::string& name);
102 static bool addCarrierPrototype(
Carrier* carrier);
106 static Bottle listCarriers();
109 #ifndef DOXYGEN_SHOULD_SKIP_THIS
111 Private*
const mPriv;
112 #endif // DOXYGEN_SHOULD_SKIP_THIS
119 #endif // YARP_OS_CARRIERS_H
A simple collection of objects that can be described and transmitted in a portable way.
A base class for connection types (tcp, mcast, shmem, ...) which are called carriers in YARP.
The output side of an active connection between two ports.
A simple abstraction for a block of bytes.
Collection of carriers, a singleton.
The main, catch-all namespace for YARP.
The initial point-of-contact with a port.