YARP
Yet Another Robot Platform
PortInfo.cpp
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2006-2020 Istituto Italiano di Tecnologia (IIT)
3  * Copyright (C) 2006-2010 RobotCub Consortium
4  * All rights reserved.
5  *
6  * This software may be modified and distributed under the terms of the
7  * BSD-3-Clause license. See the accompanying LICENSE file for details.
8  */
9 
10 #include <yarp/os/PortInfo.h>
11 
12 
14  tag(PORTINFO_NULL),
15  incoming(false),
16  created(true),
17  message("no information")
18 {
19 }
yarp::os::PortInfo::PortInfo
PortInfo()
Constructor.
Definition: PortInfo.cpp:13
PortInfo.h