Data Fields | |
double | duration_history [MORSE_ELEMENT_HISTORY] |
double | avg_duration |
int32_t | samples |
Definition at line 256 of file morse.c.
double ts_morse_statistics::duration_history[MORSE_ELEMENT_HISTORY] |
Duration of the last MORSE_ELEMENT_HISTORY elements (dits or dahs).
Definition at line 259 of file morse.c.
Referenced by compute_morse_statistics().
The average duration.
Definition at line 261 of file morse.c.
Referenced by check_for_eoc_eow(), compute_morse_statistics(), duration_2_morse_element(), morse_calculate_current_wpm(), and update_morse_statistics().
int32_t ts_morse_statistics::samples |
Number of valid timing measurements stored.
Definition at line 263 of file morse.c.
Referenced by compute_morse_statistics(), and morse_start_threads().