CommonNodeRequestActions

Constructors

Link copied to clipboard
constructor(radioController: RadioController, snackbarManager: SnackbarManager)

Properties

Link copied to clipboard
open override val lastRequestNeighborTimes: StateFlow<Map<Int, Long>>
Link copied to clipboard
open override val lastTracerouteTime: StateFlow<Long?>

Functions

Link copied to clipboard
open override fun requestNeighborInfo(scope: CoroutineScope, destNum: Int, longName: String)
Link copied to clipboard
open override fun requestPosition(scope: CoroutineScope, destNum: Int, longName: String, position: Position = Position(0.0, 0.0, 0))
Link copied to clipboard
open override fun requestTelemetry(scope: CoroutineScope, destNum: Int, longName: String, type: TelemetryType)
Link copied to clipboard
open override fun requestTraceroute(scope: CoroutineScope, destNum: Int, longName: String)
Link copied to clipboard
open override fun requestUserInfo(scope: CoroutineScope, destNum: Int, longName: String)