Apollo
10.0
自动驾驶开放平台
record.proto
浏览该文件的文档.
1
syntax
=
"proto2"
;
2
3
package
apollo.dreamview;
4
5
message
RecordList
{
6
repeated
string
record_id = 1;
7
optional
string
userid = 2;
8
optional int32 category = 3;
//以后用来区分系统和个人
9
optional
string
description_cn = 4;
10
optional
string
description_en = 5;
11
}
12
message Record{
13
optional
string
record_id = 1;
14
optional
string
userid = 2;
15
optional int32 category = 3;
//以后用来区分系统和个人
16
optional
string
description_cn = 4;
17
optional
string
description_en = 5;
18
}
syntax
syntax
Definition
record.proto:1
apollo::dreamview::RecordList
Definition
record.proto:5
modules
dreamview
proto
record.proto