IOLink
IOL_v1.6.1_release
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
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
# error Unsupported platform
33
# endif
34
#endif
iolink
public
include
iolink
IOLinkAPI.h
Generated on Thu Sep 7 2023 08:17:19 for IOLink by
1.8.17