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
12
namespace
yarp::os
{
13
14
class
PortReader;
15
16
class
YARP_os_API
PortReaderBufferBaseCreator
17
{
18
public
:
19
virtual
~PortReaderBufferBaseCreator
();
20
21
virtual
yarp::os::PortReader
*
create
()
const
= 0;
22
};
23
24
}
// namespace yarp::os
25
26
#endif
// YARP_OS_PORTREADERBUFFERBASECREATOR_H
yarp::os::PortReaderBufferBaseCreator
Definition
PortReaderBufferBaseCreator.h:17
yarp::os::PortReaderBufferBaseCreator::create
virtual yarp::os::PortReader * create() const =0
yarp::os::PortReaderBufferBaseCreator::~PortReaderBufferBaseCreator
virtual ~PortReaderBufferBaseCreator()
yarp::os::PortReader
Interface implemented by all objects that can read themselves from the network, such as Bottle object...
Definition
PortReader.h:24
yarp::os
An interface to the operating system, including Port based communication.
Definition
AbstractCarrier.h:13
api.h
YARP_os_API
#define YARP_os_API
Definition
api.h:18
YARP
3.11.100+20250323.9+gitd6ea616a8
src
libYARP_os
src
yarp
os
PortReaderBufferBaseCreator.h
Generated on Sun Mar 23 2025 02:39:20 for YARP by
1.9.8