YARP
Yet Another Robot Platform
Loading...
Searching...
No Matches
PortWriter.cpp
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
#include <
yarp/os/PortWriter.h
>
8
#include <
yarp/os/Type.h
>
9
10
11
yarp::os::PortWriter::~PortWriter
() =
default
;
12
13
void
yarp::os::PortWriter::onCompletion
()
const
14
{
15
}
16
17
void
yarp::os::PortWriter::onCommencement
()
const
18
{
19
}
20
21
yarp::os::Type
yarp::os::PortWriter::getWriteType
()
const
22
{
23
return
yarp::os::Type::anon
();
24
}
PortWriter.h
Type.h
yarp::os::PortWriter::onCompletion
virtual void onCompletion() const
This is called when the port has finished all writing operations.
Definition
PortWriter.cpp:13
yarp::os::PortWriter::onCommencement
virtual void onCommencement() const
This is called when the port is about to begin writing operations.
Definition
PortWriter.cpp:17
yarp::os::PortWriter::getWriteType
virtual yarp::os::Type getWriteType() const
Definition
PortWriter.cpp:21
yarp::os::PortWriter::~PortWriter
virtual ~PortWriter()
Destructor.
yarp::os::Type
Definition
Type.h:20
yarp::os::Type::anon
static Type anon()
Definition
Type.cpp:194
YARP
3.11.2
src
libYARP_os
src
yarp
os
PortWriter.cpp
Generated on Sat Mar 1 2025 02:35:33 for YARP by
1.9.8