Safe Haskell | None |
---|---|
Language | Haskell2010 |
Definitions for supported radios.
Synopsis
- data Radio
- serialInterface :: Map Radio SerialCAT
- module Ham.CAT.YaesuFT891
- module Ham.CAT.ElecraftKX2
Documentation
Identifier for each of the supported radios. The names are more or less self-explanatory.
YaesuFT891 | |
ElecraftK3 | This includes K3, KX2, KX3. |
serialInterface :: Map Radio SerialCAT Source #
Map from radio identifiers to serial interfaces.
This is used e.g. when reading a radio identifier from a configuration file,
to instantiate the correct SerialCAT
.
module Ham.CAT.YaesuFT891
module Ham.CAT.ElecraftKX2