Apollo
10.0
自动驾驶开放平台
smart_recorder_status.proto
浏览该文件的文档.
1
syntax
=
"proto2"
;
2
3
package
apollo.data;
4
5
import
"
modules/common_msgs/basic_msgs/header.proto
";
6
7
enum
RecordingState
{
8
STOPPED
= 0;
9
RECORDING
= 1;
10
TERMINATING
= 2;
11
}
12
13
message
SmartRecorderStatus
{
14
optional
apollo
.
common
.
Header
header = 1;
15
optional
RecordingState
recording_state = 2;
16
optional
string
state_message = 3;
17
}
header.proto
apollo::common
apollo::common
apollo::data::RecordingState
RecordingState
Definition
smart_recorder_status.proto:7
apollo::data::TERMINATING
@ TERMINATING
Definition
smart_recorder_status.proto:10
apollo::data::RECORDING
@ RECORDING
Definition
smart_recorder_status.proto:9
apollo::data::STOPPED
@ STOPPED
Definition
smart_recorder_status.proto:8
apollo
class register implement
Definition
arena_queue.h:37
syntax
syntax
Definition
smart_recorder_status.proto:1
apollo::common::Header
Definition
header.proto:7
apollo::data::SmartRecorderStatus
Definition
smart_recorder_status.proto:13
modules
common_msgs
monitor_msgs
smart_recorder_status.proto