Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class Interactions
Link copied to clipboard
Link copied to clipboard
data class LicenseParams(val server: String, val eId: String, val productId: String, val licenseModel: LicenseModel)
Link copied to clipboard
Link copied to clipboard
Class which describes operating parameters of the best shot.
Link copied to clipboard
annotation class LunaInteractionType
Link copied to clipboard
Link copied to clipboard
class PitchDownInteraction(val timeoutMs: Int, val startAngleDeg: Int = 5, val endAngleDeg: Int = 20) : Interaction
Link copied to clipboard
class PitchUpInteraction(val timeoutMs: Int, val startAngleDeg: Int = 5, val endAngleDeg: Int = 20) : Interaction
Link copied to clipboard
Link copied to clipboard
class YawLeftInteraction(val timeoutMs: Int, val startAngleDeg: Int = 10, val endAngleDeg: Int = 30) : Interaction
Link copied to clipboard
class YawRightInteraction(val timeoutMs: Int, val startAngleDeg: Int = 10, val endAngleDeg: Int = 30) : Interaction