Documentation
¶
Index ¶
- type Controller
- func (c *Controller) Abort()
- func (c *Controller) Active() bool
- func (c *Controller) EntryAdded(entry core.BandmapEntry)
- func (c *Controller) EntryRemoved(entry core.BandmapEntry)
- func (c *Controller) EntryUpdated(entry core.BandmapEntry)
- func (c *Controller) Notify(listener any)
- func (c *Controller) Refresh()
- func (c *Controller) SelectKeyer(name string) error
- func (c *Controller) SelectRadio(name string) error
- func (c *Controller) Send(text string)
- func (c *Controller) SetBand(b core.Band)
- func (c *Controller) SetFrequency(f core.Frequency)
- func (c *Controller) SetMode(m core.Mode)
- func (c *Controller) SetSendSpotsToTci(value bool)
- func (c *Controller) SetView(view View)
- func (c *Controller) SetXIT(active bool, offset core.Frequency)
- func (c *Controller) Speed(speed int)
- func (c *Controller) Stop()
- type View
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func (*Controller) Abort ¶
func (c *Controller) Abort()
func (*Controller) Active ¶
func (c *Controller) Active() bool
func (*Controller) EntryAdded ¶
func (c *Controller) EntryAdded(entry core.BandmapEntry)
func (*Controller) EntryRemoved ¶
func (c *Controller) EntryRemoved(entry core.BandmapEntry)
func (*Controller) EntryUpdated ¶
func (c *Controller) EntryUpdated(entry core.BandmapEntry)
func (*Controller) Notify ¶
func (c *Controller) Notify(listener any)
func (*Controller) Refresh ¶
func (c *Controller) Refresh()
func (*Controller) SelectKeyer ¶
func (c *Controller) SelectKeyer(name string) error
func (*Controller) SelectRadio ¶
func (c *Controller) SelectRadio(name string) error
func (*Controller) Send ¶
func (c *Controller) Send(text string)
func (*Controller) SetBand ¶
func (c *Controller) SetBand(b core.Band)
func (*Controller) SetFrequency ¶
func (c *Controller) SetFrequency(f core.Frequency)
func (*Controller) SetMode ¶
func (c *Controller) SetMode(m core.Mode)
func (*Controller) SetSendSpotsToTci ¶
func (c *Controller) SetSendSpotsToTci(value bool)
func (*Controller) SetView ¶
func (c *Controller) SetView(view View)
func (*Controller) SetXIT ¶ added in v0.22.2
func (c *Controller) SetXIT(active bool, offset core.Frequency)
func (*Controller) Speed ¶
func (c *Controller) Speed(speed int)
func (*Controller) Stop ¶
func (c *Controller) Stop()
Click to show internal directories.
Click to hide internal directories.