NodeRequestActions
Interface for high-level node request actions (e.g., requesting user info, position, telemetry).
Inheritors
Functions
Link copied to clipboard
Link copied to clipboard
abstract fun requestPosition(scope: CoroutineScope, destNum: Int, longName: String, position: Position = Position(0.0, 0.0, 0))
Link copied to clipboard
abstract fun requestTelemetry(scope: CoroutineScope, destNum: Int, longName: String, type: TelemetryType)
Link copied to clipboard
Link copied to clipboard