Merge branch 'dev_robotaxi-d-app-module_2132_221223_2.13.2_sop' into dev_robotaxi-d-app-module_240_230131_2.14.0

This commit is contained in:
lixiaopeng
2023-02-15 16:55:23 +08:00
18 changed files with 222 additions and 162 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){}
}