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_ROBOTTESTINGFRAMEWORK_API_H
10
#define YARP_ROBOTTESTINGFRAMEWORK_API_H
11
12
#include <
yarp/conf/api.h
>
13
#ifndef YARP_robottestingframework_API
14
# ifdef YARP_robottestingframework_EXPORTS
15
# define YARP_robottestingframework_API YARP_EXPORT
16
# define YARP_robottestingframework_EXTERN YARP_EXPORT_EXTERN
17
# else
18
# define YARP_robottestingframework_API YARP_IMPORT
19
# define YARP_robottestingframework_EXTERN YARP_IMPORT_EXTERN
20
# endif
21
# define YARP_robottestingframework_DEPRECATED_API YARP_DEPRECATED_API
22
# define YARP_robottestingframework_DEPRECATED_API_MSG(X) YARP_DEPRECATED_API_MSG(X)
23
#endif
24
25
#endif // YARP_ROBOTTESTINGFRAMEWORK_API_H
api.h
YARP
3.4.100+20201223.2+gitb8ea4d712
src
libYARP_robottestingframework
src
yarp
robottestingframework
api.h
Generated on Sun Jan 3 2021 02:46:21 for YARP by
1.8.20