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

Go to the source code of this file.

Classes

class  yarp::os::impl::PortDataModifier
 This is the heart of a yarp port. More...
 
class  yarp::os::impl::PortCore
 

Namespaces

 yarp
 The main, catch-all namespace for YARP.
 
 yarp::os
 An interface to the operating system, including Port based communication.
 
 yarp::os::impl
 The components from which ports and connections are built.
 

Macros

#define YARP_INCLUDING_DEPRECATED_HEADER_ON_PURPOSE
 
#define PORTCORE_SEND_NORMAL   (1)
 
#define PORTCORE_SEND_LOG   (2)
 
#define PORTCORE_IS_NULL   (0)
 
#define PORTCORE_IS_RPC   (1)
 
#define PORTCORE_IS_INPUT   (2)
 
#define PORTCORE_IS_OUTPUT   (4)
 

Macro Definition Documentation

◆ PORTCORE_IS_INPUT

#define PORTCORE_IS_INPUT   (2)

Definition at line 50 of file PortCore.h.

◆ PORTCORE_IS_NULL

#define PORTCORE_IS_NULL   (0)

Definition at line 48 of file PortCore.h.

◆ PORTCORE_IS_OUTPUT

#define PORTCORE_IS_OUTPUT   (4)

Definition at line 51 of file PortCore.h.

◆ PORTCORE_IS_RPC

#define PORTCORE_IS_RPC   (1)

Definition at line 49 of file PortCore.h.

◆ PORTCORE_SEND_LOG

#define PORTCORE_SEND_LOG   (2)

Definition at line 45 of file PortCore.h.

◆ PORTCORE_SEND_NORMAL

#define PORTCORE_SEND_NORMAL   (1)

Definition at line 44 of file PortCore.h.

◆ YARP_INCLUDING_DEPRECATED_HEADER_ON_PURPOSE

#define YARP_INCLUDING_DEPRECATED_HEADER_ON_PURPOSE

Definition at line 30 of file PortCore.h.