[dev_arch_opt_3.0] 添加obu红绿灯消失的状态修改

This commit is contained in:
lixiaopeng
2023-02-15 12:03:21 +08:00
parent 397801697b
commit 3af6e283d2
4 changed files with 20 additions and 0 deletions

View File

@@ -45,6 +45,13 @@ object CallerTrafficLightListenerManager : CallerBase<IMoGoTrafficLightListener>
}
}
fun invokeTrafficLightDisapper() {
M_LISTENERS.forEach {
val listener = it.value
listener.onObuTrafficLightDisapper()
}
}
/**
* 重置红绿灯状态并隐藏
*/