[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

@@ -30,6 +30,11 @@ interface IMoGoTrafficLightListener {
*/
fun onTrafficLightPlusSource(light: TrafficLightEnum, remain:Int = -1, lightSource: DataSourceType){}
/**
* obu 红绿灯消失
*/
fun onObuTrafficLightDisapper()
/**
* 展示红绿灯预警
*