IOLink
IOL_v1.1.0_release
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 Tue Apr 26 2022 13:38:47 for IOLink by
1.8.17