Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clusters ¶
type Clusters struct {
// contains filtered or unexported fields
}
func NewClusters ¶
func NewClusters(sources []core.SpotSource, bandmap Bandmap, bandplan bandplan.Bandplan, entities DXCCFinder, clock core.Clock) *Clusters
func (*Clusters) SetSpotSourceEnabled ¶
func (*Clusters) StationChanged ¶
type ConnectionState ¶ added in v0.19.0
type ConnectionState int
const ( Disconnected ConnectionState = iota ConnectionPending Connected )
Click to show internal directories.
Click to hide internal directories.