#include <simgear/constants.h>
#include "morse.hxx"
#include <simgear/sound/sample.hxx>
#include <cstdlib>
#include <cstring>
#include <utility>
Go to the source code of this file.
|
static const char | DI = '1' |
|
static const char | DIT = '1' |
|
static const char | DA = '2' |
|
static const char | DAH = '2' |
|
static const char | END = '0' |
|
static const char | alphabet [26][4] |
|
static const char | numerals [10][5] |
|
◆ alphabet
const char alphabet[26][4] |
|
static |
Initial value:
Definition at line 39 of file morse.cxx.
◆ DA
◆ DAH
◆ DI
◆ DIT
◆ END
◆ numerals
const char numerals[10][5] |
|
static |
Initial value:
Definition at line 68 of file morse.cxx.