Merge branch 'dev_robotaxi-d_240912_6.7.0' of gitlab.zhidaoauto.com:SCA/L4HA/AndroidApp/MoGoEagleEye into dev_robotaxi-d_240912_6.7.0
This commit is contained in:
@@ -14,7 +14,6 @@ import com.mogo.eagle.core.data.deva.scene.SceneModule
|
||||
import com.mogo.eagle.core.data.deva.scene.SceneTAG
|
||||
import com.mogo.eagle.core.data.msgbox.MsgBoxBean
|
||||
import com.mogo.eagle.core.data.takeover.TakeOverAnnotation
|
||||
import com.mogo.eagle.core.function.api.devatools.apm.*
|
||||
import com.mogo.eagle.core.function.api.devatools.block.*
|
||||
import com.mogo.eagle.core.function.api.devatools.strict.*
|
||||
import com.mogo.eagle.core.function.api.devatools.download.*
|
||||
@@ -126,7 +125,7 @@ interface IDevaToolsProvider : IProvider {
|
||||
/**
|
||||
* 展示考试车辆控制窗口
|
||||
*/
|
||||
fun showExamControlWindow(view: View,isShow: Boolean)
|
||||
fun showExamControlWindow(isShow: Boolean)
|
||||
|
||||
/**
|
||||
* 当工控机回调时调用
|
||||
|
||||
@@ -33,36 +33,36 @@ interface IMoGoMoFangProvider {
|
||||
/**
|
||||
* 魔方已连接
|
||||
*/
|
||||
fun onMoFangConnected()
|
||||
fun onMoFangConnected() {}
|
||||
|
||||
/**
|
||||
* 魔方断开连接了
|
||||
*/
|
||||
fun onMoFangDisconnected()
|
||||
fun onMoFangDisconnected() {}
|
||||
|
||||
/**
|
||||
* 魔方电量变化了
|
||||
*/
|
||||
fun onMoFangBatteryChanged(battery: Int)
|
||||
fun onMoFangBatteryChanged(battery: Int) {}
|
||||
|
||||
/**
|
||||
* 魔方单键点击了
|
||||
*/
|
||||
fun onMoFangClicked(keyCode: Int)
|
||||
fun onMoFangClicked(keyCode: Int) {}
|
||||
|
||||
/**
|
||||
* 魔方单键长按了
|
||||
*/
|
||||
fun onMoFangLongClicked(keyCode: Int)
|
||||
fun onMoFangLongClicked(keyCode: Int) {}
|
||||
|
||||
/**
|
||||
* 魔方触发了组合键
|
||||
*/
|
||||
fun onMoFangCombineClicked(vararg keyCodes: Int)
|
||||
fun onMoFangCombineClicked(vararg keyCodes: Int) {}
|
||||
|
||||
/**
|
||||
* 魔方状态异常
|
||||
*/
|
||||
fun onMoFangStatusError(msg: String)
|
||||
fun onMoFangStatusError(msg: String) {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user