YARP
Yet Another Robot Platform
ImplementControlLimits2.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_DEV_ICONTROLLIMITS2IMPL_H
7 #define YARP_DEV_ICONTROLLIMITS2IMPL_H
8 
9 #include <yarp/conf/system.h>
10 #if !defined(YARP_INCLUDING_DEPRECATED_HEADER_YARP_DEV_IMPLEMENTCONTROLLIMITS2_H_ON_PURPOSE)
11 YARP_COMPILER_WARNING("<yarp/dev/ImplementControlLimits2.h> file is deprecated")
12 #endif
13 
14 #ifndef YARP_NO_DEPRECATED // Since YARP 3.0.0
15 
17 #include <yarp/dev/api.h>
18 #include <yarp/os/Log.h>
19 
20 namespace yarp {
21  namespace dev {
22 YARP_DEPRECATED_TYPEDEF_MSG("Use yarp::dev::ImplementControlLimits instead") ImplementControlLimits ImplementControlLimits2;
24  }
25 }
26 
27 #endif // YARP_NO_DEPRECATED
28 
29 #endif // YARP_DEV_ICONTROLLIMITS2IMPL_H
class ImplementControlLimits; class StubImplControlLimitsRaw;
Stub implementation of IControlLimitRaw interface.
The main, catch-all namespace for YARP.
Definition: dirs.h:16
#define YARP_COMPILER_WARNING(x)
Generate a warning at build time on supported compilers.
Definition: system.h:109
#define YARP_DEPRECATED_TYPEDEF_MSG(x)
Definition: api.h:99