Safe Haskell | None |
---|---|
Language | Haskell2010 |
Ham.Cabrillo
Documentation
data VersionNumber Source #
Constructors
VersionNumber Int Int |
Instances
Show VersionNumber Source # | |
Defined in Ham.Cabrillo Methods showsPrec :: Int -> VersionNumber -> ShowS # show :: VersionNumber -> String # showList :: [VersionNumber] -> ShowS # |
data CategoryAssisted Source #
Constructors
Assisted | |
NonAssisted |
Instances
Show CategoryAssisted Source # | |
Defined in Ham.Cabrillo Methods showsPrec :: Int -> CategoryAssisted -> ShowS # show :: CategoryAssisted -> String # showList :: [CategoryAssisted] -> ShowS # |
data CategoryMode Source #
Instances
Show CategoryMode Source # | |
Defined in Ham.Cabrillo Methods showsPrec :: Int -> CategoryMode -> ShowS # show :: CategoryMode -> String # showList :: [CategoryMode] -> ShowS # |
data CategoryOperator Source #
Instances
Show CategoryOperator Source # | |
Defined in Ham.Cabrillo Methods showsPrec :: Int -> CategoryOperator -> ShowS # show :: CategoryOperator -> String # showList :: [CategoryOperator] -> ShowS # |
data CategoryPower Source #
Instances
Read CategoryPower Source # | |
Defined in Ham.Cabrillo Methods readsPrec :: Int -> ReadS CategoryPower # readList :: ReadS [CategoryPower] # | |
Show CategoryPower Source # | |
Defined in Ham.Cabrillo Methods showsPrec :: Int -> CategoryPower -> ShowS # show :: CategoryPower -> String # showList :: [CategoryPower] -> ShowS # |
data CategoryStation Source #
Constructors
FIXED | |
MOBILE | |
PORTABLE | |
ROVER | |
ROVER_LIMITED | |
ROVER_UNLIMITED | |
EXPEDITION | |
HQ | |
SCHOOL |
Instances
Show CategoryStation Source # | |
Defined in Ham.Cabrillo Methods showsPrec :: Int -> CategoryStation -> ShowS # show :: CategoryStation -> String # showList :: [CategoryStation] -> ShowS # |
data CategoryTime Source #
Instances
Show CategoryTime Source # | |
Defined in Ham.Cabrillo Methods showsPrec :: Int -> CategoryTime -> ShowS # show :: CategoryTime -> String # showList :: [CategoryTime] -> ShowS # |
data CategoryTransmitter Source #
Instances
Read CategoryTransmitter Source # | |
Defined in Ham.Cabrillo Methods readsPrec :: Int -> ReadS CategoryTransmitter # readList :: ReadS [CategoryTransmitter] # | |
Show CategoryTransmitter Source # | |
Defined in Ham.Cabrillo Methods showsPrec :: Int -> CategoryTransmitter -> ShowS # show :: CategoryTransmitter -> String # showList :: [CategoryTransmitter] -> ShowS # |
data CategoryOverlay Source #
Constructors
CLASSIC | |
ROOKIE | |
TB_WIRES | |
NOVICE_TECH | |
OVER_50 |
Instances
Show CategoryOverlay Source # | |
Defined in Ham.Cabrillo Methods showsPrec :: Int -> CategoryOverlay -> ShowS # show :: CategoryOverlay -> String # showList :: [CategoryOverlay] -> ShowS # |
Constructors
data CabrilloLine Source #
Constructors
CLSoapbox Text | |
CLQso CabrilloQso | |
CLX Text Text | |
CLXQso CabrilloQso |
Instances
Show CabrilloLine Source # | |
Defined in Ham.Cabrillo Methods showsPrec :: Int -> CabrilloLine -> ShowS # show :: CabrilloLine -> String # showList :: [CabrilloLine] -> ShowS # |
data CabrilloQso Source #
Constructors
CabrilloQso Frequency Mode UTCTime CabrilloInfoSent CabrilloInfoReceived (Maybe TransmitterNumber) |
Instances
Show CabrilloQso Source # | |
Defined in Ham.Cabrillo Methods showsPrec :: Int -> CabrilloQso -> ShowS # show :: CabrilloQso -> String # showList :: [CabrilloQso] -> ShowS # |
data CabrilloInfo Source #
Constructors
CabrilloInfo Callsign Exchange |
Instances
Show CabrilloInfo Source # | |
Defined in Ham.Cabrillo Methods showsPrec :: Int -> CabrilloInfo -> ShowS # show :: CabrilloInfo -> String # showList :: [CabrilloInfo] -> ShowS # |
type CabrilloInfoSent = CabrilloInfo Source #
type CabrilloInfoReceived = CabrilloInfo Source #
type TransmitterNumber = Int Source #
data CabrilloLog Source #
Constructors
CabrilloLog Cabrillo [CabrilloLine] |
Instances
Show CabrilloLog Source # | |
Defined in Ham.Cabrillo Methods showsPrec :: Int -> CabrilloLog -> ShowS # show :: CabrilloLog -> String # showList :: [CabrilloLog] -> ShowS # |
class ToCabrillo a where Source #
Methods
toCabrillo :: a -> [CabrilloLine] Source #
Instances
ToCabrillo Qso Source # | |
Defined in Ham.Qso Methods toCabrillo :: Qso -> [CabrilloLine] Source # |