Documentation
¶
Index ¶
- type CWClient
- type Keyer
- func (k *Keyer) EnterPattern(index int, pattern string)
- func (k *Keyer) EnterSpeed(speed int)
- func (k *Keyer) GetPattern(index int) string
- func (k *Keyer) GetText(index int) (string, error)
- func (k *Keyer) KeyerSettings() core.Keyer
- func (k *Keyer) Notify(listener interface{})
- func (k *Keyer) Save()
- func (k *Keyer) Send(index int)
- func (k *Keyer) SendQuestion(q string)
- func (k *Keyer) SetKeyer(keyer core.Keyer)
- func (k *Keyer) SetValues(values KeyerValueProvider)
- func (k *Keyer) SetView(view View)
- func (k *Keyer) SetWriter(writer Writer)
- func (k *Keyer) StationChanged(station core.Station)
- func (k *Keyer) Stop()
- func (k *Keyer) WorkmodeChanged(workmode core.Workmode)
- type KeyerListener
- type KeyerListenerFunc
- type KeyerValueProvider
- type View
- type Writer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keyer ¶
type Keyer struct {
// contains filtered or unexported fields
}
func (*Keyer) EnterPattern ¶
func (*Keyer) EnterSpeed ¶
func (*Keyer) GetPattern ¶
func (*Keyer) KeyerSettings ¶ added in v0.6.0
func (*Keyer) SendQuestion ¶
func (*Keyer) SetValues ¶
func (k *Keyer) SetValues(values KeyerValueProvider)
func (*Keyer) StationChanged ¶ added in v0.6.0
func (*Keyer) WorkmodeChanged ¶ added in v0.6.0
type KeyerListener ¶ added in v0.6.0
type KeyerListenerFunc ¶ added in v0.6.0
func (KeyerListenerFunc) KeyerChanged ¶ added in v0.6.0
func (f KeyerListenerFunc) KeyerChanged(keyer core.Keyer)
type KeyerValueProvider ¶
type KeyerValueProvider func() core.KeyerValues
KeyerValueProvider provides the variable values for the Keyer templates on demand.
Click to show internal directories.
Click to hide internal directories.