绘制每秒一次的车辆

This commit is contained in:
wangcongtao
2020-10-28 14:31:12 +08:00
parent 9da8c1fdee
commit 5385199493
20 changed files with 566 additions and 77 deletions

View File

@@ -7,4 +7,8 @@ import com.mogo.module.common.entity.MogoSnapshotSetData;
interface IMachineVisionInterface {
oneway void postData(in MogoSnapshotSetData data);
oneway void hideViewIfExist();
oneway void showViewIfExist();
}