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
*
4
* This program is free software; you can redistribute it and/or modify it under
5
* the terms of the GNU General Public License as published by the Free Software
6
* Foundation; either version 2 of the License, or (at your option) any later
7
* version.
8
*
9
* This program is distributed in the hope that it will be useful, but WITHOUT
10
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
12
* details.
13
*
14
* You should have received a copy of the GNU General Public License along with
15
* this program; if not, write to the Free Software Foundation, Inc.,
16
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17
*/
18
19
#ifndef YARP_GSL_API_H
20
#define YARP_GSL_API_H
21
22
#include <
yarp/conf/api.h
>
23
#ifndef YARP_gsl_API
24
# ifdef YARP_gsl_EXPORTS
25
# define YARP_gsl_API YARP_EXPORT
26
# define YARP_gsl_EXTERN YARP_EXPORT_EXTERN
27
# else
28
# define YARP_gsl_API YARP_IMPORT
29
# define YARP_gsl_EXTERN YARP_IMPORT_EXTERN
30
# endif
31
# define YARP_gsl_DEPRECATED_API YARP_DEPRECATED_API
32
# define YARP_gsl_DEPRECATED_API_MSG(X) YARP_DEPRECATED_API_MSG(X)
33
#endif
34
35
#endif // YARP_GSL_API_H
api.h
YARP
3.4.100+20201223.2+gitb8ea4d712
src
libYARP_gsl
src
yarp
gsl
api.h
Generated on Sun Jan 3 2021 02:46:21 for YARP by
1.8.20