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
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-library
Author(s): Andrej Wallwitz, Thomas Böhm
, Sebastian Kruber
autogenerated on Wed Apr 27 2022 08:10:01