GNU Radio's SATNOGS Package
morse.h File Reference

Go to the source code of this file.

Enumerations

enum  morse_symbol_t {
  MORSE_DOT = 0, MORSE_DASH, MORSE_INTRA_SPACE, MORSE_S_SPACE,
  MORSE_L_SPACE, MORSE_END_MSG_SPACE
}
 

Enumeration Type Documentation

◆ morse_symbol_t

The different Morse symbols

Enumerator
MORSE_DOT 

Morse dot (.) symbol.

MORSE_DASH 

Morse dash (-) symbol.

MORSE_INTRA_SPACE 

Space between dot and dash symbols.

MORSE_S_SPACE 

Morse short space between characters.

MORSE_L_SPACE 

Morse long space between words.

MORSE_END_MSG_SPACE 

End of message.