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

Public 属性

optional string label = 1
 
optional bool hide_label_in_legend = 2 [default = false]
 
repeated apollo::common::Point2D point = 3
 
map< string, string > properties = 4
 

详细描述

在文件 chart.proto36 行定义.

类成员变量说明

◆ hide_label_in_legend

optional bool apollo::dreamview::Line::hide_label_in_legend = 2 [default = false]

在文件 chart.proto38 行定义.

◆ label

optional string apollo::dreamview::Line::label = 1

在文件 chart.proto37 行定义.

◆ point

repeated apollo::common::Point2D apollo::dreamview::Line::point = 3

在文件 chart.proto39 行定义.

◆ properties

map<string, string> apollo::dreamview::Line::properties = 4

在文件 chart.proto44 行定义.


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