21#ifndef INCLUDED_SATNOGS_MORSE_DECODER_H
22#define INCLUDED_SATNOGS_MORSE_DECODER_H
24#include <gnuradio/block.h>
38 typedef std::shared_ptr<morse_decoder>
sptr;
48 static sptr make(
char unrecognized_char =
'#',
size_t min_frame_len = 3);
#define SATNOGS_API
Definition: api.h:19
Morse code decoder block.
Definition: morse_decoder.h:36
std::shared_ptr< morse_decoder > sptr
Definition: morse_decoder.h:38
static sptr make(char unrecognized_char='#', size_t min_frame_len=3)
Definition: amsat_duv_decoder.h:29