YARP
Yet Another Robot Platform
sensor_msgs_Range.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_deprecated1_sensor_msgs_Range_h
9#define YARP_ROSMSG_deprecated1_sensor_msgs_Range_h
10
11#include <yarp/conf/system.h>
12
13YARP_COMPILER_DEPRECATED_WARNING(<sensor_msgs_Range.h> header is deprecated. Use <yarp/rosmsg/sensor_msgs/Range.h> instead)
14
15#include <yarp/rosmsg/sensor_msgs/Range.h>
16#include <std_msgs_Header.h>
17#include <yarp/conf/api.h>
18
19YARP_DEPRECATED_MSG("sensor_msgs_Range is deprecated, use yarp::rosmsg::sensor_msgs::Range instead")
21
22#endif // YARP_ROSMSG_deprecated1_sensor_msgs_Range_h
#define YARP_DEPRECATED_MSG(MSG)
Expands to either the standard [[deprecated]] attribute or a compiler-specific decorator such as __at...
Definition: compiler.h:2895
The main, catch-all namespace for YARP.
Definition: dirs.h:16
yarp::rosmsg::sensor_msgs::Range sensor_msgs_Range
#define YARP_COMPILER_DEPRECATED_WARNING(x)
Generate a warning at build time on supported compilers if deprecated warnings are enabled.
Definition: system.h:116