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
Version.h
1
#pragma once
2
3
#include <string>
4
5
namespace
iolink
6
{
7
11
struct
VersionInfo
12
{
13
int
major;
14
int
minor;
15
int
patch;
16
};
17
18
}
// end namespace iolink
19
23
constexpr
iolink::VersionInfo
IOLINK_VERSION{0, 0, 0};
24
28
constexpr
const
char
* IOLINK_VERSION_STRING =
"0.0.0"
;
iolink
All IOLink symbols are enclosed in this namespace.
Definition:
ArrayX.h:7
iolink::VersionInfo
Simple structure to hold version info.
Definition:
Version.h:11
iolink
public
include
iolink
Version.h
Generated on Thu Sep 7 2023 08:17:19 for IOLink by
1.8.17