Documentation
¶
Index ¶
- Constants
- func WPXPrefix(callsign callsign.Callsign) string
- type Configuration
- type Counter
- func (c *Counter) Add(qso core.QSO)
- func (c *Counter) Clear()
- func (c *Counter) Hide()
- func (c *Counter) Notify(listener interface{})
- func (c *Counter) SetMyEntity(myEntity dxcc.Prefix)
- func (c *Counter) SetView(view View)
- func (c *Counter) Show()
- func (c *Counter) Update(oldQSO, newQSO core.QSO)
- func (c *Counter) Value(callsign callsign.Callsign, entity dxcc.Prefix, band core.Band, _ core.Mode, ...) (points, multis int)
- type ScoreUpdatedListener
- type ScoreUpdatedListenerFunc
- type View
Constants ¶
View Source
const ( CQZoneMulti = "CQ" ITUZoneMulti = "ITU" DXCCEntityMulti = "DXCC" WPXPrefixMulti = "WPX" XchangeMulti = "XCHANGE" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Configuration ¶ added in v0.3.0
type Counter ¶
func NewCounter ¶
func NewCounter(configuration Configuration) *Counter
func (*Counter) SetMyEntity ¶ added in v0.4.0
type ScoreUpdatedListener ¶
type ScoreUpdatedListenerFunc ¶
func (ScoreUpdatedListenerFunc) ScoreUpdated ¶
func (f ScoreUpdatedListenerFunc) ScoreUpdated(score core.Score)
Click to show internal directories.
Click to hide internal directories.