[dev_robotaxi-d-app-module_2132_221223_2.13.2_sop] 修改obu红绿灯消失的状态回调
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.mogo.eagle.core.function.api.obu
|
||||
|
||||
|
||||
/**
|
||||
* @author lixiaopeng
|
||||
* @date 2022/1/30 10:28 下午
|
||||
* OBU 灯态信息 消失
|
||||
*/
|
||||
interface IMoGoObuTrafficLightDisapperListener {
|
||||
|
||||
fun onObuLightDisapper()
|
||||
}
|
||||
@@ -11,5 +11,4 @@ interface IMoGoObuTrafficLightListener {
|
||||
* @param light 灯的信息
|
||||
*/
|
||||
fun onObuTrafficLight(light: Int){}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user