Apollo
10.0
自动驾驶开放平台
scheduler_conf.proto
浏览该文件的文档.
1
syntax
=
"proto2"
;
2
3
package
apollo.cyber.proto;
4
5
import
"
cyber/proto/classic_conf.proto
";
6
import
"
cyber/proto/choreography_conf.proto
";
7
8
message
InnerThread
{
9
optional
string
name = 1;
10
optional
string
cpuset = 2;
11
optional
string
policy = 3;
12
optional uint32 prio = 4 [
default
= 1];
13
}
14
15
message
SchedulerConf
{
16
optional
string
policy = 1;
17
optional uint32 routine_num = 2;
18
optional uint32 default_proc_num = 3;
19
optional
string
process_level_cpuset = 4;
20
repeated
InnerThread
threads = 5;
21
optional
ClassicConf
classic_conf = 6;
22
optional
ChoreographyConf
choreography_conf = 7;
23
}
choreography_conf.proto
classic_conf.proto
syntax
syntax
Definition
scheduler_conf.proto:1
apollo::cyber::proto::ChoreographyConf
Definition
choreography_conf.proto:11
apollo::cyber::proto::ClassicConf
Definition
classic_conf.proto:21
apollo::cyber::proto::InnerThread
Definition
scheduler_conf.proto:8
apollo::cyber::proto::SchedulerConf
Definition
scheduler_conf.proto:15
cyber
proto
scheduler_conf.proto