Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // EnumPropagationModeMap contains ALL records, including un-released and import-only records EnumPropagationModeMap map[PropagationMode]*EnumPropagationModeItem // EnumPropagationModeListAll contains ALL records, including un-released and import-only records EnumPropagationModeListAll []*EnumPropagationModeItem // EnumPropagationModeList // is a filtered list. // It excludes un-released and import-only records. EnumPropagationModeList []*EnumPropagationModeItem )
Functions ¶
This section is empty.
Types ¶
type EnumPropagationModeItem ¶
type EnumPropagationModeItem struct { shared.ImportRecordRoot ID PropagationMode `csv:"Enumeration"` // The value that is stored in the PROPAGATION_MODE ADIF field. Description string `csv:"Description"` }
EnumPropagationModeItem represents a propagation mode item
type PropagationMode ¶
type PropagationMode string
PropagationMode represents the propagation mode string type
var ( AS PropagationMode = "AS" // AS = Aircraft Scatter AUE PropagationMode = "AUE" // AUE = Aurora-E AUR PropagationMode = "AUR" // AUR = Aurora BS PropagationMode = "BS" // BS = Back scatter ECH PropagationMode = "ECH" // ECH = EchoLink EME PropagationMode = "EME" // EME = Earth-Moon-Earth ES PropagationMode = "ES" // ES = Sporadic E F2 PropagationMode = "F2" // F2 = F2 Reflection FAI PropagationMode = "FAI" // FAI = Field Aligned Irregularities GWAVE PropagationMode = "GWAVE" // GWAVE = Ground Wave INTERNET PropagationMode = "INTERNET" // INTERNET = Internet-assisted ION PropagationMode = "ION" // ION = Ionoscatter IRL PropagationMode = "IRL" // IRL = IRLP LOS PropagationMode = "LOS" // LOS = Line of Sight (includes transmission through obstacles such as walls) MS PropagationMode = "MS" // MS = Meteor scatter RPT PropagationMode = "RPT" // RPT = Terrestrial or atmospheric repeater or transponder RS PropagationMode = "RS" // RS = Rain scatter SAT PropagationMode = "SAT" // SAT = Satellite TEP PropagationMode = "TEP" // TEP = Trans-equatorial TR PropagationMode = "TR" // TR = Tropospheric ducting )
Click to show internal directories.
Click to hide internal directories.