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) SetXIT(active bool, offset core.Frequency)
- func (v *VFO) VFOBandChanged(band core.Band)
- func (v *VFO) VFOFrequencyChanged(frequency core.Frequency)
- func (v *VFO) VFOModeChanged(mode core.Mode)
- func (v *VFO) VFOPTTChanged(active bool)
- func (v *VFO) VFOXITChanged(active bool, offset core.Frequency)
- type XITActiveListener
- type XITControl
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VFO ¶
type VFO struct {
XITControl
Name string
// contains filtered or unexported fields
}
func (*VFO) SetFrequency ¶
func (*VFO) SetLogbook ¶
func (*VFO) VFOBandChanged ¶
func (*VFO) VFOFrequencyChanged ¶
func (*VFO) VFOModeChanged ¶
func (*VFO) VFOPTTChanged ¶ added in v0.22.4
type XITActiveListener ¶ added in v0.22.2
type XITActiveListener interface {
XITActiveChanged(active bool)
}
type XITControl ¶ added in v0.22.2
type XITControl struct {
// contains filtered or unexported fields
}
func (*XITControl) SetXITActive ¶ added in v0.22.2
func (x *XITControl) SetXITActive(active bool)
func (*XITControl) VFOXITChanged ¶ added in v0.22.2
func (x *XITControl) VFOXITChanged(active bool, offset core.Frequency)
func (*XITControl) WorkmodeChanged ¶ added in v0.22.2
func (x *XITControl) WorkmodeChanged(workmode core.Workmode)
func (*XITControl) XITActive ¶ added in v0.22.2
func (x *XITControl) XITActive() bool
Click to show internal directories.
Click to hide internal directories.