YARP
Yet Another Robot Platform
Duration.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 // This is an automatically generated file.
7 
8 #ifndef YARP_ROSMSG_deprecated2_std_msgs_Duration_h
9 #define YARP_ROSMSG_deprecated2_std_msgs_Duration_h
10 
11 #include <yarp/conf/system.h>
12 
13 YARP_COMPILER_DEPRECATED_WARNING(<std_msgs/Duration.h> header is deprecated. Use <yarp/rosmsg/std_msgs/Duration.h> instead)
14 
15 #include <yarp/rosmsg/std_msgs/Duration.h>
16 #include <std_msgs_Duration.h>
17 #include <yarp/conf/api.h>
18 
19 namespace std_msgs {
20 
22 
23 } // namespace std_msgs
24 
25 #endif // YARP_ROSMSG_deprecated2_std_msgs_Duration_h
#define YARP_DEPRECATED
Expands to either the standard [[deprecated]] attribute or a compiler-specific decorator such as __at...
Definition: compiler.h:2884
Definition: Bool.h:19
yarp::rosmsg::std_msgs::Duration Duration
Definition: Duration.h:21
#define YARP_COMPILER_DEPRECATED_WARNING(x)
Generate a warning at build time on supported compilers if deprecated warnings are enabled.
Definition: system.h:114