[8.0.0][Opt]优化决策、预测地图渲染

This commit is contained in:
chenfufeng
2025-05-20 10:34:18 +08:00
parent 8d762c3178
commit 89641b48df
12 changed files with 173 additions and 83 deletions

View File

@@ -66,4 +66,11 @@ object CallerAutopilotIdentifyListenerManager : CallerBase<IMoGoAutopilotIdentif
listener.onAutopilotV2nCongestionEvent(header, rsi)
}
}
fun invokeProbabilityChanged(pro1: Float, pro2: Float) {
M_LISTENERS.forEach {
val listener = it.value
listener.onPredictionProbabilityChanged(pro1, pro2)
}
}
}