YARP
Yet Another Robot Platform
PortReader.h
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
#ifndef YARP_OS_PORTREADER_H
11
#define YARP_OS_PORTREADER_H
12
13
#include <
yarp/os/api.h
>
14
15
namespace
yarp
{
16
namespace
os {
17
18
class
ConnectionReader;
19
class
Type;
20
27
class
YARP_os_API
PortReader
28
{
29
public
:
33
virtual
~PortReader
();
34
43
virtual
bool
read
(
ConnectionReader
& reader) = 0;
44
45
virtual
Type
getReadType()
const
;
46
};
47
48
}
// namespace os
49
}
// namespace yarp
50
51
52
#endif // YARP_OS_PORTREADER_H
yarp::os::PortReader::read
virtual bool read(ConnectionReader &reader)=0
Read this object from a network connection.
yarp::os::Type
Definition:
Type.h:24
api.h
YARP_os_API
#define YARP_os_API
Definition:
api.h:19
yarp::os::PortReader::~PortReader
virtual ~PortReader()
Destructor.
yarp::os::PortReader
Interface implemented by all objects that can read themselves from the network, such as Bottle object...
Definition:
PortReader.h:28
yarp::os::ConnectionReader
An interface for reading from a network connection.
Definition:
ConnectionReader.h:40
yarp
The main, catch-all namespace for YARP.
Definition:
environment.h:18
YARP
3.4.100+20201223.2+gitb8ea4d712
src
libYARP_os
src
yarp
os
PortReader.h
Generated on Sun Jan 3 2021 02:46:25 for YARP by
1.8.20