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
examples
example_common.h
Go to the documentation of this file.
1
9
#ifndef EXAMPLE_COMMON_H_
10
#define EXAMPLE_COMMON_H_
11
12
#include <stdint.h>
13
#include "
toposens/sensor_lib.h
"
14
15
void
GetSettings
();
16
void
PrintVersion
(
Version_t
Version_t
);
17
void
GetVersions
();
18
void
PrintSessionData
(
Sensor_Session_t
* Session);
19
void
PrintADCBlobData
(
ADCDump_t
* ADCDump);
20
void
SaveADCBlobData
(
ADCDump_t
* ADCDump,
const
char
* filepath);
21
void
PrintLogMessage
(uint16_t SenderId_u16,
const
uint8_t* ReceivedPayload_pu8);
22
void
PrintSensorsOnBus
();
23
24
#endif // EXAMPLE_COMMON_H_
PrintSensorsOnBus
void PrintSensorsOnBus()
Definition:
example_common.c:179
SaveADCBlobData
void SaveADCBlobData(ADCDump_t *ADCDump, const char *filepath)
Definition:
example_common.c:131
PrintSessionData
void PrintSessionData(Sensor_Session_t *Session)
Definition:
example_common.c:85
GetSettings
void GetSettings()
Definition:
example_common.c:10
PrintLogMessage
void PrintLogMessage(uint16_t SenderId_u16, const uint8_t *ReceivedPayload_pu8)
Definition:
example_common.c:154
Version_t
Definition:
custom_structs.h:12
PrintADCBlobData
void PrintADCBlobData(ADCDump_t *ADCDump)
Definition:
example_common.c:115
GetVersions
void GetVersions()
Definition:
example_common.c:65
PrintVersion
void PrintVersion(Version_t Version_t)
Definition:
example_common.c:60
Sensor_Session_t
Definition:
sensor_lib.h:61
sensor_lib.h
This file contains the highlevel interface prototypes to the low-level Protocol.
ADCDump_t
Definition:
sensor_lib.h:74
toposens_echo_driver
Author(s): Tobias Roth
, Dennis Maier
, Baris Yazici
autogenerated on Wed Mar 2 2022 01:12:32