YARP
Yet Another Robot Platform
Run.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3  * SPDX-License-Identifier: BSD-3-Clause
4  */
5 
6 #ifndef YARP_RUN_RUN_H
7 #define YARP_RUN_RUN_H
8 
9 #include <yarp/conf/system.h>
10 
11 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.)
12 
13 #include <yarp/run/Run.h>
14 
15 
16 namespace yarp {
17 namespace os {
18  YARP_DEPRECATED_MSG("yarp::os::Run is deprecated. Use yarp::run::Run instead")
19  typedef yarp::run::Run Run;
20 } // namespace os
21 } // namespace yarp
22 
23 
24 #endif // YARP_RUN_RUN_H
yarprun provides the APIs to a client-server environment that is able to run, kill and monitor applic...
#define YARP_DEPRECATED_MSG(MSG)
Expands to either the standard [[deprecated]] attribute or a compiler-specific decorator such as __at...
Definition: compiler.h:2885
The main, catch-all namespace for YARP.
Definition: dirs.h:16
#define YARP_COMPILER_DEPRECATED_WARNING(x)
Generate a warning at build time on supported compilers if deprecated warnings are enabled.
Definition: system.h:114