This commit is contained in:
wangcongtao
2020-06-10 11:56:25 +08:00
parent ad5718d49d
commit 719a447789
13 changed files with 240 additions and 66 deletions

View File

@@ -31,5 +31,17 @@ public interface IMogoADASController extends IProvider {
*/
void killADAS();
void setSettingStatus(boolean show);
/**
* adas 设置页面控制
*
* @param show
*/
void setSettingStatus( boolean show );
/**
* 控制算法
*
* @param open
*/
void setUseAlgorithm( boolean open );
}