Data Fields | |
| uint32_t | morse |
| char * | character |
Definition at line 140 of file morse.c.
| uint32_t ts_morse_2_char::morse |
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
The character(s) represented by the morse data stream as defined in morse.
Definition at line 152 of file morse.c.
Referenced by morse2txt().
1.5.6