YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
commons.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BORDERWIDTH   2.0
 
#define PORT_TEXT_WIDTH   32
 
#define PORT_LINE_WIDTH   16
 
#define INPUT_PORT   0
 
#define OUTPUT_PORT   1
 

Enumerations

enum  ItemType {
  ModuleItemType ,
  SourcePortItemType ,
  DestinationPortItemType ,
  ConnectionItemType ,
  ModulePortItemType ,
  HandleItemType ,
  ArrowLabelItemType ,
  ApplicationItemType
}
 

Macro Definition Documentation

◆ BORDERWIDTH

#define BORDERWIDTH   2.0

Definition at line 9 of file commons.h.

◆ INPUT_PORT

#define INPUT_PORT   0

Definition at line 14 of file commons.h.

◆ OUTPUT_PORT

#define OUTPUT_PORT   1

Definition at line 15 of file commons.h.

◆ PORT_LINE_WIDTH

#define PORT_LINE_WIDTH   16

Definition at line 11 of file commons.h.

◆ PORT_TEXT_WIDTH

#define PORT_TEXT_WIDTH   32

Definition at line 10 of file commons.h.

Enumeration Type Documentation

◆ ItemType

enum ItemType
Enumerator
ModuleItemType 
SourcePortItemType 
DestinationPortItemType 
ConnectionItemType 
ModulePortItemType 
HandleItemType 
ArrowLabelItemType 
ApplicationItemType 

Definition at line 17 of file commons.h.