Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // EnumAntPathMap contains ALL records, including un-released and import-only records EnumAntPathMap map[AntPath]*EnumAntPathItem // EnumAntPathListAll contains ALL records, including un-released and import-only records EnumAntPathListAll []*EnumAntPathItem // EnumAntPathList // is a filtered list. // It excludes un-released and import-only records. EnumAntPathList []*EnumAntPathItem )
Functions ¶
This section is empty.
Types ¶
type EnumAntPathItem ¶
type EnumAntPathItem struct { shared.ImportRecordRoot ID AntPath `csv:"Abbreviation"` // The value that is stored in the ANT_PATH ADIF field. Description string `csv:"Meaning"` }
EnumAntPathItem represents an antenna path item
Click to show internal directories.
Click to hide internal directories.