YARP
Yet Another Robot Platform
IVelocityControl2.h
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 #ifndef YARP_DEV_IVELOCITYCONTROL2_H
8 #define YARP_DEV_IVELOCITYCONTROL2_H
9 
10 #include <yarp/conf/system.h>
11 #if !defined(YARP_INCLUDING_DEPRECATED_HEADER_YARP_DEV_IVELOCITYCONTROL2_H_ON_PURPOSE)
12 YARP_COMPILER_WARNING("<yarp/dev/IVelocityControl2.h> file is deprecated")
13 #endif
14 
15 #ifndef YARP_NO_DEPRECATED // Since YARP 3.0.0
16 
18 namespace yarp {
19  namespace dev {
20 YARP_DEPRECATED_TYPEDEF_MSG("Use yarp::dev::IVelocityControl instead") IVelocityControl IVelocityControl2;
22  }
23 }
24 
25 #endif // YARP_NO_DEPRECATED
26 
27 #endif // YARP_DEV_IVELOCITYCONTROL2_H
Interface for control boards implementig velocity control in encoder coordinates.
Interface for control boards implementing velocity control.
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