Go to the source code of this file.
Functions | |
void | GetSettings () |
void | GetVersions () |
void | PrintADCBlobData (ADCDump_t *ADCDump) |
void | PrintLogMessage (uint16_t SenderId_u16, const uint8_t *ReceivedPayload_pu8) |
void | PrintSensorsOnBus () |
void | PrintSessionData (Sensor_Session_t *Session) |
void | PrintVersion (Version_t Version_t) |
void | SaveADCBlobData (ADCDump_t *ADCDump, const char *filepath) |
Definition in file example_common.c.
void GetSettings | ( | ) |
Definition at line 10 of file example_common.c.
void GetVersions | ( | ) |
Definition at line 65 of file example_common.c.
void PrintADCBlobData | ( | ADCDump_t * | ADCDump | ) |
Definition at line 115 of file example_common.c.
void PrintLogMessage | ( | uint16_t | SenderId_u16, |
const uint8_t * | ReceivedPayload_pu8 | ||
) |
Definition at line 154 of file example_common.c.
void PrintSensorsOnBus | ( | ) |
Definition at line 179 of file example_common.c.
void PrintSessionData | ( | Sensor_Session_t * | Session | ) |
Definition at line 85 of file example_common.c.
void PrintVersion | ( | Version_t | Version_t | ) |
Definition at line 60 of file example_common.c.
void SaveADCBlobData | ( | ADCDump_t * | ADCDump, |
const char * | filepath | ||
) |
Definition at line 131 of file example_common.c.