antpath

package
v1.0.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2025 License: BSD-3-Clause Imports: 3 Imported by: 0

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 AntPath

type AntPath string

AntPath represents an antenna path abbreviation

var (
	G AntPath = "G" // G = grayline
	O AntPath = "O" // O = other
	S AntPath = "S" // S = short path
	L AntPath = "L" // L = long path
)

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL