Apollo 11.0
自动驾驶开放平台
apollo::dbmap::DBPath结构体 参考
apollo::dbmap::DBPath 的协作图:

Public 属性

optional string id = 1
 
repeated DBLine path = 2
 
repeated DBLine left_bounday = 3
 
repeated DBLine right_bounday = 4
 
repeated DBNeighbourPath left_path = 5
 
repeated DBNeighbourPath right_path = 6
 
repeated DBNeighbourPath duplicate_path = 7
 

详细描述

在文件 dbmap.proto29 行定义.

类成员变量说明

◆ duplicate_path

repeated DBNeighbourPath apollo::dbmap::DBPath::duplicate_path = 7

在文件 dbmap.proto36 行定义.

◆ id

optional string apollo::dbmap::DBPath::id = 1

在文件 dbmap.proto30 行定义.

◆ left_bounday

repeated DBLine apollo::dbmap::DBPath::left_bounday = 3

在文件 dbmap.proto32 行定义.

◆ left_path

repeated DBNeighbourPath apollo::dbmap::DBPath::left_path = 5

在文件 dbmap.proto34 行定义.

◆ path

repeated DBLine apollo::dbmap::DBPath::path = 2

在文件 dbmap.proto31 行定义.

◆ right_bounday

repeated DBLine apollo::dbmap::DBPath::right_bounday = 4

在文件 dbmap.proto33 行定义.

◆ right_path

repeated DBNeighbourPath apollo::dbmap::DBPath::right_path = 6

在文件 dbmap.proto35 行定义.


该结构体的文档由以下文件生成: