[650][adas] 新增定位状态新接口
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package com.mogo.eagle.core.function.api.autopilot
|
||||
|
||||
import localization.LocState
|
||||
|
||||
|
||||
/**
|
||||
*定位状态新接口
|
||||
* 定位呈现状态透传 用于pad图标显示 1hz 所有车型MAP440开始支持
|
||||
* 详细解释:http://wiki.zhidaohulian.com/pages/viewpage.action?pageId=131757484
|
||||
*/
|
||||
interface IMoGoLocalizationStateListener {
|
||||
|
||||
/**
|
||||
* 定位状态
|
||||
* @param locState 数据
|
||||
*/
|
||||
fun onLocalizationState(locState: LocState.loc_state)
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user