YARP
Yet Another Robot Platform
Run.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2006-2020 Istituto Italiano di Tecnologia (IIT)
3
* All rights reserved.
4
*
5
* This software may be modified and distributed under the terms of the
6
* BSD-3-Clause license. See the accompanying LICENSE file for details.
7
*/
8
9
#ifndef YARP_RUN_RUN_H
10
#define YARP_RUN_RUN_H
11
12
#include <
yarp/conf/system.h
>
13
14
YARP_COMPILER_DEPRECATED_WARNING
(<
yarp
/os/
Run
.h> header is deprecated. Use <yarp/run/Run.h> instead. If your build fails you need to link the YARP_run library.)
15
16
#include <yarp/run/Run.h>
17
18
19
namespace
yarp
{
20
namespace
os {
21
YARP_DEPRECATED_MSG
(
"yarp::os::Run is deprecated. Use yarp::run::Run instead"
)
22
typedef
yarp
::run::
Run
Run
;
23
}
// namespace os
24
}
// namespace yarp
25
26
27
#endif // YARP_RUN_RUN_H
Run
yarprun provides the APIs to a client-server environment that is able to run, kill and monitor applic...
YARP_COMPILER_DEPRECATED_WARNING
#define YARP_COMPILER_DEPRECATED_WARNING(x)
Generate a warning at build time on supported compilers if deprecated warnings are enabled.
Definition:
system.h:117
system.h
yarp::run::Run
Definition:
Run.h:82
YARP_DEPRECATED_MSG
#define YARP_DEPRECATED_MSG(MSG)
Expands to either the standard [[deprecated]] attribute or a compiler-specific decorator such as __at...
Definition:
compiler.h:2883
yarp
The main, catch-all namespace for YARP.
Definition:
environment.h:18
YARP
3.4.100+20201223.2+gitb8ea4d712
src
libYARP_run
src
yarp
os
Run.h
Generated on Sun Jan 3 2021 02:46:26 for YARP by
1.8.20