[opt3.0][adas lib] 自动驾驶启动统计对象下沉到adas-data中

This commit is contained in:
xinfengkun
2023-02-21 16:58:06 +08:00
parent b192238894
commit 961e1eb102
12 changed files with 38 additions and 38 deletions

View File

@@ -2,7 +2,7 @@ package com.mogo.eagle.core.function.call.autopilot
import com.mogo.eagle.core.function.api.autopilot.IMoGoAutopilotStatisticsListener
import com.mogo.eagle.core.function.call.base.CallerBase
import com.zhidao.support.adas.high.bean.AutopilotStatistics
import com.zhjt.mogo.adas.data.bean.AutopilotStatistics
object CallerAutopilotStatisticsListenerManager : CallerBase<IMoGoAutopilotStatisticsListener>() {