[dev_robobus-d_230322_3.0.0]云调度增加重启自驾功能

This commit is contained in:
xuxinchao
2023-04-02 00:34:19 +08:00
parent 2b584b3985
commit 75536bda37
10 changed files with 173 additions and 6 deletions

View File

@@ -165,6 +165,12 @@ object CallerHmiManager {
hmiProviderApi?.dismissDispatchDialog()
}
/**
* 云调度重启自驾弹窗
*/
fun showDispatchRestartDialog(msgData: DispatchAdasAutoPilotLocReceiverBean){
hmiProviderApi?.showDispatchRestartDialog(msgData)
}
fun showVideoDialog(infList: List<Infrastructure>) {
hmiProviderApi?.showVideoDialog(infList)