Documentation
¶
Index ¶
- type Client
- type Logbook
- type VFO
- func (v *VFO) Notify(listener any)
- func (v *VFO) Refresh()
- func (v *VFO) SetBand(band core.Band)
- func (v *VFO) SetClient(client Client)
- func (v *VFO) SetFrequency(frequency core.Frequency)
- func (v *VFO) SetLogbook(logbook Logbook)
- func (v *VFO) SetMode(mode core.Mode)
- func (v *VFO) VFOBandChanged(band core.Band)
- func (v *VFO) VFOFrequencyChanged(frequency core.Frequency)
- func (v *VFO) VFOModeChanged(mode core.Mode)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VFO ¶
type VFO struct {
Name string
// contains filtered or unexported fields
}
func (*VFO) SetFrequency ¶
func (*VFO) SetLogbook ¶
func (*VFO) VFOBandChanged ¶
func (*VFO) VFOFrequencyChanged ¶
func (*VFO) VFOModeChanged ¶
Click to show internal directories.
Click to hide internal directories.