213 添加obu的开关

This commit is contained in:
lixiaopeng
2022-11-22 11:11:08 +08:00
parent 857d3ee98c
commit 38e538a3aa
6 changed files with 88 additions and 0 deletions

View File

@@ -69,6 +69,16 @@ interface IMoGoWaringProvider : IMoGoHmiViewProxy {
*/
fun setSnBinding(isOpen: Boolean)
/**
* 控制展示obu的弱势交通
*/
fun setObuWeaknessTraffic(isOpen: Boolean)
/**
* 控制展示云端的弱势交通
*/
fun setCloudWeaknessTraffic(isOpen: Boolean)
/**
* 开关DebugView
*/