[640][adas] MogoReport更新到420

This commit is contained in:
xinfengkun
2024-04-07 16:18:12 +08:00
parent 291b73a336
commit 152d3a9d89
4 changed files with 547 additions and 356 deletions

View File

@@ -988,7 +988,7 @@ class MoGoAutopilotControlProvider :
* @param resultCode 上报字段code
*/
override fun getReportResultDesc(resultCode: String): String {
return MogoReport.Result.getDesc(resultCode)
return MogoReport.ResultDesc.getDesc(resultCode)
}
/**
@@ -996,7 +996,7 @@ class MoGoAutopilotControlProvider :
* @param actionCode 上报字段code
*/
override fun getReportActionDesc(actionCode: String): String {
return MogoReport.Action.getDesc(actionCode)
return MogoReport.ActionDesc.getDesc(actionCode)
}
override fun onAutopilotCarConfig(carConfigResp: MessagePad.CarConfigResp) {