YARP
Yet Another Robot Platform
api.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_MATH_API_H
10 #define YARP_MATH_API_H
11 
12 #include <yarp/conf/api.h>
13 #ifndef YARP_math_API
14 # ifdef YARP_math_EXPORTS
15 # define YARP_math_API YARP_EXPORT
16 # define YARP_math_EXTERN YARP_EXPORT_EXTERN
17 # else
18 # define YARP_math_API YARP_IMPORT
19 # define YARP_math_EXTERN YARP_IMPORT_EXTERN
20 # endif
21 # define YARP_math_DEPRECATED_API YARP_DEPRECATED_API
22 # define YARP_math_DEPRECATED_API_MSG(X) YARP_DEPRECATED_API_MSG(X)
23 #endif
24 
25 #endif // YARP_MATH_API_H
api.h