YARP
Yet Another Robot Platform
ImplementVelocityControl2.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_DEV_IVELOCITYCONTROL2IMPL_H
10 #define YARP_DEV_IVELOCITYCONTROL2IMPL_H
11 
12 
14 #include <yarp/os/Log.h>
15 
16 namespace yarp {
17  namespace dev {
18 #ifndef YARP_NO_DEPRECATED // Since YARP 3.0.0
19 YARP_DEPRECATED_TYPEDEF_MSG("Use yarp::dev::ImplementVelocityControl instead") ImplementVelocityControl ImplementVelocityControl2;
21 #endif
22  }
23 }
24 #endif // YARP_DEV_IVELOCITYCONTROL2IMPL_H
Log.h
ImplementVelocityControl.h
yarp::dev::ImplementVelocityControl
Definition: ImplementVelocityControl.h:35
YARP_DEPRECATED_TYPEDEF_MSG
#define YARP_DEPRECATED_TYPEDEF_MSG(x)
Definition: api.h:102
yarp
The main, catch-all namespace for YARP.
Definition: environment.h:18
yarp::dev::StubImplVelocityControlRaw
Stub implementation of IPositionControl2Raw interface.
Definition: ImplementVelocityControl.h:109