21 #ifndef INCLUDED_SATNOGS_MORSE_DECODER_H
22 #define INCLUDED_SATNOGS_MORSE_DECODER_H
25 #include <gnuradio/block.h>
37 typedef boost::shared_ptr<morse_decoder>
sptr;
47 static sptr make(
char unrecognized_char =
'#',
size_t min_frame_len = 3);
#define SATNOGS_API
Definition: api.h:30
Morse code decoder block.
Definition: morse_decoder.h:35
boost::shared_ptr< morse_decoder > sptr
Definition: morse_decoder.h:37
static sptr make(char unrecognized_char='#', size_t min_frame_len=3)
Definition: amsat_duv_decoder.h:29