YARP
Yet Another Robot Platform
IConfig.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/IConfig.h
>
8
9
10
yarp::os::IConfig::~IConfig
() =
default
;
11
12
bool
yarp::os::IConfig::open
(
yarp::os::Searchable
& config)
13
{
14
YARP_UNUSED
(config);
15
return
true
;
16
}
17
18
bool
yarp::os::IConfig::close
()
19
{
20
return
true
;
21
}
22
23
bool
yarp::os::IConfig::configure
(
Searchable
& config)
24
{
25
YARP_UNUSED
(config);
26
return
false
;
27
}
IConfig.h
yarp::os::IConfig::~IConfig
virtual ~IConfig()
Destructor.
yarp::os::IConfig::open
virtual bool open(Searchable &config)
Initialize the object.
Definition:
IConfig.cpp:12
yarp::os::IConfig::close
virtual bool close()
Shut the object down.
Definition:
IConfig.cpp:18
yarp::os::IConfig::configure
virtual bool configure(Searchable &config)
Change online parameters.
Definition:
IConfig.cpp:23
yarp::os::Searchable
A base class for nested structures that can be searched.
Definition:
Searchable.h:66
YARP_UNUSED
#define YARP_UNUSED(var)
Definition:
api.h:162
YARP
3.5.1
src
libYARP_os
src
yarp
os
IConfig.cpp
Generated on Sat Dec 25 2021 02:23:03 for YARP by
1.9.1