Merge branch 'dev2_aiSdk' of gitlab.zhidaoauto.com:ecos/yycp-service/Launcher into dev2_aiSdk

This commit is contained in:
wangcongtao
2021-02-23 16:25:49 +08:00
25 changed files with 84 additions and 563 deletions

View File

@@ -1,3 +0,0 @@
// ShapshotSetData.aidl
package com.mogo.module.common.entity;
parcelable MogoSnapshotSetData;

View File

@@ -1,14 +0,0 @@
// IMachineVisionInterface.aidl
package com.mogo.module.common.machinevision;
import com.mogo.module.common.entity.MogoSnapshotSetData;
// Declare any non-default types here with import statements
interface IMachineVisionInterface {
oneway void postData(in MogoSnapshotSetData data);
oneway void hideViewIfExist();
oneway void showViewIfExist();
}