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

Public 属性

map< string, CyberModulecyber_modules = 1
 
map< string, Modulemodules = 2
 
map< string, MonitoredComponentmonitored_components = 3
 
map< string, ProcessMonitorConfigother_components = 4
 
repeated HMIModeOperation operations = 5
 
optional HMIModeOperation default_operation = 6
 
optional Layout layout = 7
 
map< string, MonitoredComponentglobal_components = 8
 

详细描述

在文件 hmi_mode.proto129 行定义.

类成员变量说明

◆ cyber_modules

map<string, CyberModule> apollo::dreamview::HMIMode::cyber_modules = 1

在文件 hmi_mode.proto130 行定义.

◆ default_operation

optional HMIModeOperation apollo::dreamview::HMIMode::default_operation = 6

在文件 hmi_mode.proto135 行定义.

◆ global_components

map<string, MonitoredComponent> apollo::dreamview::HMIMode::global_components = 8

在文件 hmi_mode.proto137 行定义.

◆ layout

optional Layout apollo::dreamview::HMIMode::layout = 7

在文件 hmi_mode.proto136 行定义.

◆ modules

map<string, Module> apollo::dreamview::HMIMode::modules = 2

在文件 hmi_mode.proto131 行定义.

◆ monitored_components

map<string, MonitoredComponent> apollo::dreamview::HMIMode::monitored_components = 3

在文件 hmi_mode.proto132 行定义.

◆ operations

repeated HMIModeOperation apollo::dreamview::HMIMode::operations = 5

在文件 hmi_mode.proto134 行定义.

◆ other_components

map<string, ProcessMonitorConfig> apollo::dreamview::HMIMode::other_components = 4

在文件 hmi_mode.proto133 行定义.


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