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_RUN_API_H
7
#define YARP_RUN_API_H
8
9
#include <
yarp/conf/api.h
>
10
#ifndef YARP_run_API
11
# ifdef YARP_run_EXPORTS
12
# define YARP_run_API YARP_EXPORT
13
# define YARP_run_EXTERN YARP_EXPORT_EXTERN
14
# define YARP_run_DEPRECATED_API YARP_DEPRECATED_EXPORT
15
# define YARP_run_DEPRECATED_API_MSG(X) YARP_DEPRECATED_MSG_EXPORT(X)
16
# else
17
# define YARP_run_API YARP_IMPORT
18
# define YARP_run_EXTERN YARP_IMPORT_EXTERN
19
# define YARP_run_DEPRECATED_API YARP_DEPRECATED_IMPORT
20
# define YARP_run_DEPRECATED_API_MSG(X) YARP_DEPRECATED_MSG_IMPORT(X)
21
# endif
22
#endif
23
24
#endif
// YARP_RUN_API_H
api.h
YARP
3.11.2
src
libYARP_run
src
yarp
run
api.h
Generated on Sat Mar 1 2025 02:35:24 for YARP by
1.9.8