调试窗

增加ADAS日志输出状态初始化状态
This commit is contained in:
xuxinchao
2022-04-18 18:19:35 +08:00
parent 82e0aaa924
commit 00ef4cca6d
4 changed files with 27 additions and 0 deletions

View File

@@ -86,6 +86,11 @@ interface IMoGoAutopilotProvider : IMoGoFunctionServerProvider {
*/
fun setEnableLog(isEnableLog: Boolean)
/**
* ADAS日志开启状态
*/
fun isEnableLog(): Boolean
/**
* speed单位:km/h
*/