22#ifndef INCLUDED_SATNOGS_MORSE_DEBUG_SOURCE_IMPL_H
23#define INCLUDED_SATNOGS_MORSE_DEBUG_SOURCE_IMPL_H
33class morse_debug_source_impl :
public morse_debug_source
37 const bool d_inject_errors;
39 const size_t d_seq_pause_ms;
41 const char d_chars[36];
42 const std::vector<std::string> d_symbols;
45 void send_debug_msg(std::string sentence);
48 morse_debug_source_impl(
const size_t wpm,
49 std::string debug_seq,
53 ~morse_debug_source_impl();
Definition: amsat_duv_decoder.h:29