YARP
Yet Another Robot Platform
PortReader.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/PortReader.h>
11 #include <yarp/os/Type.h>
12 
14 
16 {
17  return Type::anon();
18 }
yarp::os::Type
Definition: Type.h:24
yarp::os::PortReader::~PortReader
virtual ~PortReader()
Destructor.
Type.h
yarp::os::PortReader::getReadType
virtual Type getReadType() const
Definition: PortReader.cpp:15
PortReader.h
yarp::os::Type::anon
static Type anon()
Definition: Type.cpp:197