[6.6.0]运营面板-与车相关类增加考试功能面板开关
This commit is contained in:
@@ -120,7 +120,7 @@ interface IDevaToolsProvider : IProvider {
|
||||
/**
|
||||
* 展示考试车辆控制窗口
|
||||
*/
|
||||
fun showExamControlWindow(view: View)
|
||||
fun showExamControlWindow(view: View,isShow: Boolean)
|
||||
|
||||
/**
|
||||
* 当工控机回调时调用
|
||||
|
||||
@@ -15,6 +15,11 @@ interface ISopSettingListener {
|
||||
*/
|
||||
fun onRainModeClickEvent(status: Boolean){}
|
||||
|
||||
/**
|
||||
* 考试功能面板
|
||||
*/
|
||||
fun onExamControlClickEvent(status: Boolean){}
|
||||
|
||||
/**
|
||||
* 点云
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user