YARP
Yet Another Robot Platform
Carrier.h File Reference
+ Include dependency graph for Carrier.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  yarp::os::Carrier
 A base class for connection types (tcp, mcast, shmem, ...) which are called carriers in YARP. More...
 

Namespaces

 yarp
 The main, catch-all namespace for YARP.
 
 yarp::os
 An interface to the operating system, including Port based communication.
 

Macros

#define YARP_ENACT_CONNECT   1
 
#define YARP_ENACT_DISCONNECT   2
 
#define YARP_ENACT_EXISTS   3
 

Macro Definition Documentation

◆ YARP_ENACT_CONNECT

#define YARP_ENACT_CONNECT   1

Definition at line 15 of file Carrier.h.

◆ YARP_ENACT_DISCONNECT

#define YARP_ENACT_DISCONNECT   2

Definition at line 16 of file Carrier.h.

◆ YARP_ENACT_EXISTS

#define YARP_ENACT_EXISTS   3

Definition at line 17 of file Carrier.h.