YARP
Yet Another Robot Platform
SerialInterfaces.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_SERIALINTERFACES_H
10 #define YARP_DEV_SERIALINTERFACES_H
11 
12 #include <yarp/conf/system.h>
13 
14 YARP_COMPILER_WARNING("<yarp/dev/SerialInterfaces.h> file is deprecated. Use <yarp/dev/ISerialDevice.h> instead")
15 #include <yarp/dev/ISerialDevice.h>
16 
17 #endif // YARP_DEV_SERIALINTERFACES_H
system.h
YARP_COMPILER_WARNING
#define YARP_COMPILER_WARNING(x)
Generate a warning at build time on supported compilers.
Definition: system.h:112