fdswarm

package fdswarm

Members list

Packages

package fdswarm.fx
package fdswarm.logging
package fdswarm.metric
package fdswarm.model
package fdswarm.util

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final case class ContestDates(startUtc: ZonedDateTime, endUtc: ZonedDateTime)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
enum DebugMode(val javaOpt: Option[String])

Attributes

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object DebugMode

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
DebugMode.type
trait DirectoryProvider extends () => Path

Attributes

Supertypes
trait () => Path
class Object
trait Matchable
class Any
Known subtypes
object Ports

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Ports.type
case class StartupConfig(enable: Boolean = ..., operator: Callsign, bandMode: BandMode, clearQsos: Boolean = ..., skipInitDiscover: Boolean = ..., debugMode: DebugMode = ..., id: Id = ...)

Value parameters

clearQsos

delete qso journal file before loading the QSO store.

debugMode

start with java debugger attached?

enable

true to enable starting this instance.

id

of this instance. Also used to be the instanceId in the started instance.

operator

who is the operator?

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class StartupInfo(rawArgs: Array[String]) extends LazyStructuredLogging

extracts StartupConfig from the command line arguments. StartupConfig is set my the deveopment tool manager, used to start multiple instances of the fdswrm.

extracts StartupConfig from the command line arguments. StartupConfig is set my the deveopment tool manager, used to start multiple instances of the fdswrm.

Value parameters

rawArgs

from command line.

Attributes

Supertypes
class Object
trait Matchable
class Any