YARP
Yet Another Robot Platform
PortInfo.cpp
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3  * SPDX-FileCopyrightText: 2006-2010 RobotCub Consortium
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #include <yarp/os/PortInfo.h>
8 
9 
11  tag(PORTINFO_NULL),
12  incoming(false),
13  created(true),
14  message("no information")
15 {
16 }
PortInfo()
Constructor.
Definition: PortInfo.cpp:10