fdswarm
package fdswarm
Members list
Packages
package fdswarm.contestStart
package fdswarm.fx
package fdswarm.logging
package fdswarm.metric
package fdswarm.model
package fdswarm.replication
package fdswarm.util
Type members
Classlikes
object ContestDateCalculator
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- object
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object DebugMode
trait DirectoryProvider extends () => Path
Attributes
- Supertypes
-
trait () => Pathclass Objecttrait Matchableclass Any
- Known subtypes
-
class MonitorDirectoryclass ManagerDirectory
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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow 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
In this article