Merge branch 'qa_hengyang_base' into feature/feature_hengyang_base
This commit is contained in:
@@ -108,13 +108,6 @@ public interface IMogoADASController extends IProvider {
|
||||
*/
|
||||
void removeAdasWarnMessageCallback(IMogoAdasWarnMessageCallback callback);
|
||||
|
||||
/**
|
||||
* 获取 adas 识别列表
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
List<ADASRecognizedResult> getLastADASRecognizedResult();
|
||||
|
||||
/**
|
||||
* 添加adas识别物体回调
|
||||
*
|
||||
@@ -213,5 +206,4 @@ public interface IMogoADASController extends IProvider {
|
||||
|
||||
void mockAdasRecognized(List<ADASRecognizedResult> recognizedResults);
|
||||
|
||||
void mockAdasRecognized(String json);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user