YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
PortReaderBufferBaseCreator.h
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#ifndef YARP_OS_PORTREADERBUFFERBASECREATOR_H
8#define YARP_OS_PORTREADERBUFFERBASECREATOR_H
9
10#include <yarp/os/api.h>
11
12namespace yarp::os {
13
14class PortReader;
15
23
24} // namespace yarp::os
25
26#endif // YARP_OS_PORTREADERBUFFERBASECREATOR_H
virtual yarp::os::PortReader * create() const =0
Interface implemented by all objects that can read themselves from the network, such as Bottle object...
Definition PortReader.h:24
An interface to the operating system, including Port based communication.
#define YARP_os_API
Definition api.h:18