[6.10.0]车龙消息增加车道列表获取方法

This commit is contained in:
xuxinchao
2025-02-14 17:27:13 +08:00
parent 7468f7d4c0
commit 91fbcbb23a

View File

@@ -20,6 +20,10 @@ data class NDEMsg(var type: String = "", var title: String? = "", var des: Strin
roadList = data
}
fun getRoadList(): List<RoadMsg>?{
return roadList
}
data class RoadMsg(
var arrowType: Int, // 车道类型如直行201(详情参考文件message_pad.proto)
var laneNum: Int,// 车道号