[8.0.2]优化规划与决策功能
This commit is contained in:
@@ -73,4 +73,18 @@ object CallerAutopilotIdentifyListenerManager : CallerBase<IMoGoAutopilotIdentif
|
||||
listener.onPredictionProbabilityChanged(pro1, pro2)
|
||||
}
|
||||
}
|
||||
|
||||
fun invokeScreenPointsChanged(data: FloatArray, index: Int = 1) {
|
||||
M_LISTENERS.forEach {
|
||||
val listener = it.value
|
||||
listener.screenPointsChanged(data, index)
|
||||
}
|
||||
}
|
||||
|
||||
fun invokePreScrPointsChanged(data: FloatArray, index: Int = 0) {
|
||||
M_LISTENERS.forEach {
|
||||
val listener = it.value
|
||||
listener.preScrPointsChanged(data, index)
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user