[6.6.0]运营面板-与车相关类增加考试功能面板开关

This commit is contained in:
xuxinchao
2024-08-17 21:25:13 +08:00
parent 2c14e03911
commit 4d04f1e762
10 changed files with 80 additions and 38 deletions

View File

@@ -120,7 +120,7 @@ interface IDevaToolsProvider : IProvider {
/**
* 展示考试车辆控制窗口
*/
fun showExamControlWindow(view: View)
fun showExamControlWindow(view: View,isShow: Boolean)
/**
* 当工控机回调时调用

View File

@@ -15,6 +15,11 @@ interface ISopSettingListener {
*/
fun onRainModeClickEvent(status: Boolean){}
/**
* 考试功能面板
*/
fun onExamControlClickEvent(status: Boolean){}
/**
* 点云
*/