[2.13.2][feat]V2X事件汇总的消息加入消息盒子

This commit is contained in:
chenfufeng
2023-01-12 16:15:49 +08:00
parent a841735ac4
commit 5a73a9baf2
7 changed files with 115 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
package com.mogo.eagle.core.function.api.v2x
import com.mogo.eagle.core.function.api.base.IMoGoFunctionServerProvider
interface IV2XEventProvider: IMoGoFunctionServerProvider {
fun queryWholeRoadEvents()
}