Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 UlArr ¶
type UlArr []UplinkEntry
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
Click to show internal directories.
Click to hide internal directories.