IOLink
IOL_v1.8.0_release
Toggle main menu visibility
Changes
ChangeLog
API ChangeLog
User guide
Capacities
Overview
Installation
Getting started
View concept
Storage concept
Fundamentals
Custom implementation
Serialization
Extensions
Data Frames
Namespaces
Namespace List
Namespace Members
All
a
c
d
i
l
m
o
p
r
s
v
Functions
Typedefs
a
d
i
m
p
r
s
v
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
Typedefs
Related Functions
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Pages
Loading...
Searching...
No Matches
IOLinkAPI.h
1
#pragma once
2
9
#if defined(IOLINK_STATIC_BUILD)
10
# define IOLINK_API
11
# define IOLINK_API_EXPORT
12
# define IOLINK_API_IMPORT
13
# define IOLINK_INTERFACE_API
14
#else
15
# if defined(_MSC_VER)
16
# ifdef IOLINK_EXPORTS
17
# define IOLINK_API_EXPORT __declspec(dllexport)
18
# define IOLINK_API_IMPORT
19
# define IOLINK_API IOLINK_API_EXPORT
20
# else
21
# define IOLINK_API_IMPORT __declspec(dllimport)
22
# define IOLINK_API_EXPORT
23
# define IOLINK_API IOLINK_API_IMPORT
24
# endif
25
# define IOLINK_INTERFACE_API
26
# elif defined(__linux__) || defined(__APPLE__)
27
# define IOLINK_API __attribute__((visibility("default"
)))
28
# define IOLINK_API_EXPORT IOLINK_API
29
# define IOLINK_API_IMPORT IOLINK_API
30
# define IOLINK_INTERFACE_API IOLINK_API
31
# else
32
# define IOLINK_API
33
# define IOLINK_API_EXPORT
34
# define IOLINK_API_IMPORT
35
# define IOLINK_INTERFACE_API
36
# endif
37
#endif
iolink
public
include
iolink
IOLinkAPI.h
Generated on Thu Jan 25 2024 14:39:53 for IOLink by
1.9.6