rusEFI
The most advanced open source ECU
|
Definition in file knock_spectrogram.cpp.
Functions | |
static char | compressToByte (const float &v, const float &min, const float &max) |
void | base64 (Logging &l, const float *data, size_t size, const float &min, const float &max) |
void | knockSpectorgramAddLine (float main_freq, float *data, size_t size) |
Variables | |
static char PROTOCOL_KNOCK_SPECTROGRAMM_BUFFER[128] | CCM_OPTIONAL |
static Logging | scLogging ("knock_spectrogram", PROTOCOL_KNOCK_SPECTROGRAMM_BUFFER, sizeof(PROTOCOL_KNOCK_SPECTROGRAMM_BUFFER)) |
void base64 | ( | Logging & | l, |
const float * | data, | ||
size_t | size, | ||
const float & | min, | ||
const float & | max | ||
) |
Definition at line 27 of file knock_spectrogram.cpp.
Referenced by knockSpectorgramAddLine().
|
static |
Definition at line 19 of file knock_spectrogram.cpp.
Referenced by base64().
void knockSpectorgramAddLine | ( | float | main_freq, |
float * | data, | ||
size_t | size | ||
) |
Definition at line 66 of file knock_spectrogram.cpp.
Referenced by processLastKnockEvent().
|
static |
Definition at line 16 of file knock_spectrogram.cpp.
|
static |
Referenced by knockSpectorgramAddLine().