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
13
yarp::os::PortReader::~PortReader
() =
default
;
14
15
yarp::os::Type
yarp::os::PortReader::getReadType
()
const
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
YARP
3.4.100+20201223.2+gitb8ea4d712
src
libYARP_os
src
yarp
os
PortReader.cpp
Generated on Sun Jan 3 2021 02:46:25 for YARP by
1.8.20