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();
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_
void PrintADCBlobData(ADCDump_t *ADCDump)
void PrintSensorsOnBus()
void GetVersions()
void SaveADCBlobData(ADCDump_t *ADCDump, const char *filepath)
void PrintLogMessage(uint16_t SenderId_u16, const uint8_t *ReceivedPayload_pu8)
void GetSettings()
This file contains the highlevel interface prototypes to the low-level Protocol.
void PrintSessionData(Sensor_Session_t *Session)
void PrintVersion(Version_t Version_t)


toposens_echo_driver
Author(s): Tobias Roth , Dennis Maier , Baris Yazici
autogenerated on Mon Feb 28 2022 23:57:42