21 #ifndef INCLUDED_SATNOGS_MORSE_TREE_H 22 #define INCLUDED_SATNOGS_MORSE_TREE_H 70 morse_tree(
char unrecognized,
size_t max_len = 128);
79 get_max_word_len()
const;
84 const char d_unrecognized_symbol;
87 const size_t d_buff_len;
Binary tree node containing the corresponding character.
Definition: morse_tree.h:34
Definition: amsat_duv_decoder.h:29
A Binary tree representation of the Morse coding scheme. Left transitions occur when a dot is receive...
Definition: morse_tree.h:67
#define SATNOGS_API
Definition: api.h:30
data_t s[NROOTS]
Definition: decode_rs.h:75
morse_symbol_t
Definition: morse.h:28