[change] 添加状态查询请求和添加状态查询应答

This commit is contained in:
xinfengkun
2022-06-08 23:49:23 +08:00
parent 3b6815be18
commit 9bf94a9765
15 changed files with 229 additions and 82 deletions

View File

@@ -52,6 +52,7 @@ import perception.TrafficLightOuterClass
import prediction.Prediction
import record_cache.RecordPanelOuterClass
import rule_segement.MogoPointCloudOuterClass
import system_master.SystemStatusInfo
/**
* @author emArrow
@@ -346,6 +347,13 @@ class MoGoAdasListenerImpl : OnAdasListener {
}
}
override fun onStatusQueryResp(
header: MessagePad.Header?,
statusInfo: SystemStatusInfo.StatusInfo?
) {
//状态查询应答
}
override fun onError(status: ProtocolStatus, bytes: ByteArray) {