SimulationOptions

data class SimulationOptions(val inLoop: Boolean = false, val timeUnit: TimeUnit = TimeUnit.MILLISECONDS, val dispatchPeriod: Long = 200, val restartDelay: Long = 5000, val altitude: Double? = null, val deviationRange: ClosedRange<Double>? = null)

Constructors

Link copied to clipboard
constructor(inLoop: Boolean = false, timeUnit: TimeUnit = TimeUnit.MILLISECONDS, dispatchPeriod: Long = 200, restartDelay: Long = 5000, altitude: Double? = null, deviationRange: ClosedRange<Double>? = null)

Properties

Link copied to clipboard
val altitude: Double? = null
Link copied to clipboard
Link copied to clipboard
val dispatchPeriod: Long = 200
Link copied to clipboard
val inLoop: Boolean = false
Link copied to clipboard
val restartDelay: Long = 5000
Link copied to clipboard