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
struct Version_t Version_t
Version_t::hotfix
uint8_t hotfix
Definition: custom_structs.h:16
Version_t
Definition: custom_structs.h:12
Version_t::major
uint8_t major
Definition: custom_structs.h:14
Version_t::minor
uint8_t minor
Definition: custom_structs.h:15


toposens_echo_driver
Author(s): Tobias Roth , Dennis Maier , Baris Yazici
autogenerated on Wed Mar 2 2022 01:12:32