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

Public 属性

optional string policy = 1
 
optional uint32 routine_num = 2
 
optional uint32 default_proc_num = 3
 
optional string process_level_cpuset = 4
 
repeated InnerThread threads = 5
 
optional ClassicConf classic_conf = 6
 
optional ChoreographyConf choreography_conf = 7
 

详细描述

在文件 scheduler_conf.proto15 行定义.

类成员变量说明

◆ choreography_conf

optional ChoreographyConf apollo::cyber::proto::SchedulerConf::choreography_conf = 7

在文件 scheduler_conf.proto22 行定义.

◆ classic_conf

optional ClassicConf apollo::cyber::proto::SchedulerConf::classic_conf = 6

在文件 scheduler_conf.proto21 行定义.

◆ default_proc_num

optional uint32 apollo::cyber::proto::SchedulerConf::default_proc_num = 3

在文件 scheduler_conf.proto18 行定义.

◆ policy

optional string apollo::cyber::proto::SchedulerConf::policy = 1

在文件 scheduler_conf.proto16 行定义.

◆ process_level_cpuset

optional string apollo::cyber::proto::SchedulerConf::process_level_cpuset = 4

在文件 scheduler_conf.proto19 行定义.

◆ routine_num

optional uint32 apollo::cyber::proto::SchedulerConf::routine_num = 2

在文件 scheduler_conf.proto17 行定义.

◆ threads

repeated InnerThread apollo::cyber::proto::SchedulerConf::threads = 5

在文件 scheduler_conf.proto20 行定义.


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