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  * Copyright (C) 2006-2010 RobotCub Consortium
4  * All rights reserved.
5  *
6  * This software may be modified and distributed under the terms of the
7  * BSD-3-Clause license. See the accompanying LICENSE file for details.
8  */
9 
10 #ifndef YARP_SIG_API_H
11 #define YARP_SIG_API_H
12 
13 #include <yarp/conf/api.h>
14 #ifndef YARP_sig_API
15 # ifdef YARP_sig_EXPORTS
16 # define YARP_sig_API YARP_EXPORT
17 # define YARP_sig_EXTERN YARP_EXPORT_EXTERN
18 # else
19 # define YARP_sig_API YARP_IMPORT
20 # define YARP_sig_EXTERN YARP_IMPORT_EXTERN
21 # endif
22 # define YARP_sig_DEPRECATED_API YARP_DEPRECATED_API
23 # define YARP_sig_DEPRECATED_API_MSG(X) YARP_DEPRECATED_API_MSG(X)
24 #endif
25 
26 #endif // YARP_SIG_API_H
api.h