YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
commons.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3 * SPDX-License-Identifier: LGPL-2.1-or-later
4 */
5
6#ifndef COMMONS
7#define COMMONS
8
9#define BORDERWIDTH 2.0
10#define PORT_TEXT_WIDTH 32
11#define PORT_LINE_WIDTH 16
12
13
14#define INPUT_PORT 0
15#define OUTPUT_PORT 1
16
18
19
20#endif // COMMONS
ItemType
Definition commons.h:17
@ ApplicationItemType
Definition commons.h:17
@ ConnectionItemType
Definition commons.h:17
@ SourcePortItemType
Definition commons.h:17
@ ModulePortItemType
Definition commons.h:17
@ ModuleItemType
Definition commons.h:17
@ DestinationPortItemType
Definition commons.h:17
@ HandleItemType
Definition commons.h:17
@ ArrowLabelItemType
Definition commons.h:17