types

package
v0.0.0-...-e8f0ea7 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Antenna

type Antenna int

type Band

type Band struct {
	Band     int
	Class    int
	Mimo     int
	Antennas []Antenna
}

func (Band) String

func (b Band) String() string

type BandArr

type BandArr []Band

func (BandArr) Len

func (b BandArr) Len() int

func (BandArr) Less

func (b BandArr) Less(i, j int) bool

func (BandArr) Swap

func (b BandArr) Swap(i, j int)

type DlArr

type DlArr []DownlinkEntry

type DownlinkEntry

type DownlinkEntry struct {
	BandArr []Band
}

func (*DownlinkEntry) Bands

func (d *DownlinkEntry) Bands() []Band

func (*DownlinkEntry) Name

func (d *DownlinkEntry) Name() string

func (*DownlinkEntry) SetBands

func (d *DownlinkEntry) SetBands(bands []Band)

func (*DownlinkEntry) String

func (d *DownlinkEntry) String() string

type Entry

type Entry interface {
	Name() string
	Bands() []Band
	String() string
}

type UlArr

type UlArr []UplinkEntry

func (UlArr) Len

func (u UlArr) Len() int

func (UlArr) Less

func (u UlArr) Less(i, j int) bool

func (UlArr) Swap

func (u UlArr) Swap(i, j int)

type UplinkEntry

type UplinkEntry struct {
	BandArr []Band
}

func (*UplinkEntry) Bands

func (u *UplinkEntry) Bands() []Band

func (*UplinkEntry) Name

func (u *UplinkEntry) Name() string

func (*UplinkEntry) SetBands

func (u *UplinkEntry) SetBands(bands []Band)

func (*UplinkEntry) String

func (u *UplinkEntry) String() string

Jump to

Keyboard shortcuts

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