YARP
Yet Another Robot Platform
PortWriter.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/PortWriter.h
>
11
#include <
yarp/os/Type.h
>
12
13
14
yarp::os::PortWriter::~PortWriter
() =
default
;
15
16
void
yarp::os::PortWriter::onCompletion
()
const
17
{
18
}
19
20
void
yarp::os::PortWriter::onCommencement
()
const
21
{
22
}
23
24
yarp::os::Type
yarp::os::PortWriter::getWriteType
()
const
25
{
26
return
yarp::os::Type::anon
();
27
}
yarp::os::Type
Definition:
Type.h:24
yarp::os::PortWriter::getWriteType
virtual yarp::os::Type getWriteType() const
Definition:
PortWriter.cpp:24
yarp::os::PortWriter::onCompletion
virtual void onCompletion() const
This is called when the port has finished all writing operations.
Definition:
PortWriter.cpp:16
yarp::os::PortWriter::~PortWriter
virtual ~PortWriter()
Destructor.
PortWriter.h
Type.h
yarp::os::PortWriter::onCommencement
virtual void onCommencement() const
This is called when the port is about to begin writing operations.
Definition:
PortWriter.cpp:20
yarp::os::Type::anon
static Type anon()
Definition:
Type.cpp:197
YARP
3.4.100+20201223.2+gitb8ea4d712
src
libYARP_os
src
yarp
os
PortWriter.cpp
Generated on Sun Jan 3 2021 02:46:25 for YARP by
1.8.20