22 #ifndef INCLUDED_SATNOGS_MORSE_DEBUG_SOURCE_IMPL_H 23 #define INCLUDED_SATNOGS_MORSE_DEBUG_SOURCE_IMPL_H 33 class morse_debug_source_impl :
public morse_debug_source {
36 const bool d_inject_errors;
38 const size_t d_seq_pause_ms;
40 const char d_chars[36];
41 const std::vector<std::string> d_symbols;
45 send_debug_msg(std::string sentence);
48 morse_debug_source_impl(
const size_t wpm, std::string debug_seq,
50 float error_prob,
size_t seq_pause_ms);
51 ~morse_debug_source_impl();
Definition: amsat_duv_decoder.h:29