YARP
Yet Another Robot Platform
Loading...
Searching...
No Matches
api.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3
* SPDX-License-Identifier: BSD-3-Clause
4
*/
5
6
#ifndef YARP_NAME_API_H
7
#define YARP_NAME_API_H
8
9
#include <
yarp/conf/api.h
>
10
#ifndef YARP_name_API
11
# ifdef YARP_name_EXPORTS
12
# define YARP_name_API YARP_EXPORT
13
# define YARP_name_EXTERN YARP_EXPORT_EXTERN
14
# define YARP_name_DEPRECATED_API YARP_DEPRECATED_EXPORT
15
# define YARP_name_DEPRECATED_API_MSG(X) YARP_DEPRECATED_MSG_EXPORT(X)
16
# else
17
# define YARP_name_API YARP_IMPORT
18
# define YARP_name_EXTERN YARP_IMPORT_EXTERN
19
# define YARP_name_DEPRECATED_API YARP_DEPRECATED_IMPORT
20
# define YARP_name_DEPRECATED_API_MSG(X) YARP_DEPRECATED_MSG_IMPORT(X)
21
# endif
22
#endif
23
24
#endif
// YARP_NAME_API_H
api.h
YARP
3.11.100+20250323.9+gitd6ea616a8
src
libYARP_name
src
yarp
name
api.h
Generated on Sun Mar 23 2025 02:39:11 for YARP by
1.9.8