[2.15.0][feat]替换全览模式的V2X数据来源
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.mogo.eagle.core.function.api.autopilot
|
||||
|
||||
import mogo.v2x.MogoV2X
|
||||
|
||||
|
||||
/**
|
||||
* V2X数据
|
||||
*/
|
||||
interface IMoGoV2XListener {
|
||||
fun onV2nGlobalPathEvents(eventCount: Int, construct: MogoV2X.RSI_PB?, triangle: MogoV2X.RSI_PB?, congestion: MogoV2X.RSI_PB?, parkingViolation: MogoV2X.RSM_PB?)
|
||||
}
|
||||
Reference in New Issue
Block a user