Merge branch 'dev_robotaxi-d_250417_8.0.0' into dev_robotaxi-d_250417_8.0.0_routing
This commit is contained in:
@@ -60,4 +60,5 @@ interface IMoGoAutopilotIdentifyListener {
|
||||
*/
|
||||
fun onAutopilotV2nCongestionEvent(header: MessagePad.Header, rsi: MogoV2X.RSI_PB) {}
|
||||
|
||||
fun onPredictionProbabilityChanged(pro1: Float, pro2: Float) {}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
package com.mogo.eagle.core.function.api.setting
|
||||
|
||||
/**
|
||||
* 工控机显示版本监听接口
|
||||
*/
|
||||
interface IMapShowNameListener {
|
||||
|
||||
/**
|
||||
* 工控机显示版本
|
||||
* @param showName 展示版本
|
||||
*/
|
||||
fun changeMapShowName(showName: String){}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user