[code_opt_3.3.0] code opt

This commit is contained in:
zhongchao
2023-06-09 11:05:53 +08:00
parent 00a999c777
commit ad73ccf819
58 changed files with 293 additions and 712 deletions

View File

@@ -19,6 +19,13 @@ interface IMoGoAutopilotStatusListener {
*/
fun onAutopilotStatusResponse(autoPilotStatusInfo: AutopilotStatusInfo) {}
/**
* 自动驾驶状态信息
*
* @param status 状态信息
*/
fun onAutopilotStatusResponse(status: Int) {}
/**
* 自动驾驶到站
*