[dev_robotaxi-d-app-module_2132_221223_2.13.2_sop] 修改obu红绿灯消失的状态回调

This commit is contained in:
lixiaopeng
2023-02-14 19:38:47 +08:00
parent d8b5c2fb8d
commit f1c1fd34eb
5 changed files with 100 additions and 66 deletions

View File

@@ -0,0 +1,12 @@
package com.mogo.eagle.core.function.api.obu
/**
* @author lixiaopeng
* @date 2022/1/30 1028 下午
* OBU 灯态信息 消失
*/
interface IMoGoObuTrafficLightDisapperListener {
fun onObuLightDisapper()
}

View File

@@ -11,5 +11,4 @@ interface IMoGoObuTrafficLightListener {
* @param light 灯的信息
*/
fun onObuTrafficLight(light: Int){}
}