Apollo 10.0
自动驾驶开放平台
apollo::dreamview::Chart结构体 参考
apollo::dreamview::Chart 的协作图:

Public 属性

optional string title = 1
 
optional Options options = 2
 
repeated Line line = 3
 
repeated Polygon polygon = 4
 
repeated Car car = 5
 

详细描述

在文件 chart.proto68 行定义.

类成员变量说明

◆ car

repeated Car apollo::dreamview::Chart::car = 5

在文件 chart.proto75 行定义.

◆ line

repeated Line apollo::dreamview::Chart::line = 3

在文件 chart.proto73 行定义.

◆ options

optional Options apollo::dreamview::Chart::options = 2

在文件 chart.proto70 行定义.

◆ polygon

repeated Polygon apollo::dreamview::Chart::polygon = 4

在文件 chart.proto74 行定义.

◆ title

optional string apollo::dreamview::Chart::title = 1

在文件 chart.proto69 行定义.


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