Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
Typedefs
+
Classes
Class List
+
Class Members
+
All
a
c
d
e
f
h
i
l
m
n
p
r
s
t
u
v
w
x
y
z
~
Functions
+
Variables
a
c
d
e
f
h
i
l
m
n
p
r
s
t
u
v
w
x
y
z
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
i
k
l
m
n
p
r
s
t
u
v
w
x
y
z
+
Functions
a
c
d
e
g
i
l
m
p
r
s
u
v
w
+
Variables
a
c
k
l
m
n
r
s
t
u
w
+
Typedefs
a
b
c
f
i
l
p
r
s
t
u
v
Enumerations
+
Enumerator
a
b
c
e
f
i
l
m
p
r
s
t
u
v
+
Macros
_
a
b
c
d
e
f
g
i
l
m
n
p
r
s
t
u
v
x
y
z
toposens-library
toposens_sensor_library
include
toposens
custom_structs.h
Go to the documentation of this file.
1
7
#ifndef TOPOSENS_CUSTOM_STRUCTS_H
8
#define TOPOSENS_CUSTOM_STRUCTS_H
9
10
#include <stdint.h>
11
12
typedef
struct
Version_t
13
{
14
uint8_t
major
;
15
uint8_t
minor
;
16
uint8_t
hotfix
;
17
}
Version_t
;
18
19
#endif // TOPOSENS_CUSTOM_STRUCTS_H
Version_t::hotfix
uint8_t hotfix
Definition:
custom_structs.h:16
Version_t
struct Version_t Version_t
Version_t::minor
uint8_t minor
Definition:
custom_structs.h:15
Version_t::major
uint8_t major
Definition:
custom_structs.h:14
Version_t
Definition:
custom_structs.h:12
toposens_echo_driver
Author(s): Tobias Roth
, Dennis Maier
, Baris Yazici
autogenerated on Mon Feb 28 2022 23:57:42