[Fix]解决司机屏连接工控机失败的问题

This commit is contained in:
chenfufeng
2022-10-12 20:05:09 +08:00
parent a7ca4752b1
commit 0169a68d1e
4 changed files with 107 additions and 166 deletions

View File

@@ -0,0 +1,12 @@
package com.mogo.eagle.core.function.api.autopilot
import com.zhidao.support.adas.high.bean.AutopilotAbility
interface IMoGoAutopilotActionsListener {
/**
* pnc actions 决策 驾驶的意图
*/
fun onAutopilotAbility(ability: AutopilotAbility?)
}