[610][adas]新增故障管理(FM)接口;修改底盘数据来源字段;新增SSM来源字段
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.mogo.eagle.core.function.api.autopilot
|
||||
|
||||
import fault_management.FmInfo
|
||||
|
||||
/**
|
||||
* 故障管理(FM)接口
|
||||
*/
|
||||
interface IMoGoFaultManagementStateListener {
|
||||
|
||||
fun onFaultManagementState(fmInfo: FmInfo.FaultResultMsg)
|
||||
}
|
||||
Reference in New Issue
Block a user