[状态栏]优化CAN和RTK状态判断;RTK状态增加文字描述

This commit is contained in:
renwj
2022-07-12 17:34:40 +08:00
parent ca6148cb36
commit d2c35d07e4
20 changed files with 136 additions and 12 deletions

View File

@@ -190,4 +190,9 @@ interface IMoGoAutopilotProvider : IMoGoFunctionServerProvider {
* 或乘客屏解析数据的时间戳
*/
fun getTeleTimeStamp(): Long
/**
* 主动查询工控机的各topic状态
*/
fun sendStatusQueryReq()
}

View File

@@ -3,6 +3,7 @@ package com.mogo.eagle.core.function.api.autopilot
import com.mogo.eagle.core.data.autopilot.AutopilotStatusInfo
import mogo.telematics.pad.MessagePad
import mogo_msg.MogoReportMsg
import system_master.*
/**
* @author xiaoyuzhou
@@ -41,6 +42,11 @@ interface IMoGoAutopilotStatusListener {
fun onAutopilotIpcConnectStatusChanged(status: Int, reason: String?) {}
/**
* 工控机主动查询 AdasManager#sendStatusQueryReq(),后会收到如下回调
*/
fun onAutopilotStatusRespByQuery(status: SystemStatusInfo.StatusInfo) { }
companion object {
/**
* 不可自动驾驶目前场景是刚开机adas还未和工控机连接