ts_morse_2_char Struct Reference

Morse code stream to ASCII character element. More...


Data Fields

uint32_t morse
char * character


Detailed Description

Morse code stream to ASCII character element.

Definition at line 140 of file morse.c.


Field Documentation

The morse code stream.

Morse code streams are defines as follows: The first three nibbles represent the morse character data stream, the fourth nibble represents the number of elements in the character. A binary 1, corresponds to a dah, and a binary 0 corresponds to a dit. For example: c -.-. is represented by b1010 0000 0000 0100, or 0xA004

Definition at line 150 of file morse.c.

The character(s) represented by the morse data stream as defined in morse.

Definition at line 152 of file morse.c.

Referenced by morse2txt().


The documentation for this struct was generated from the following file:

Generated on Mon Jun 22 21:40:00 2009 for morse2txt by  doxygen 1.5.6