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

Public 属性

optional apollo::common::Header header = 1
 
optional int64 command_id = 2 [default = -1]
 
required CommandStatusType status = 3
 
optional string message = 4
 

详细描述

在文件 command_status.proto24 行定义.

类成员变量说明

◆ command_id

optional int64 apollo::external_command::CommandStatus::command_id = 2 [default = -1]

在文件 command_status.proto27 行定义.

◆ header

optional apollo::common::Header apollo::external_command::CommandStatus::header = 1

在文件 command_status.proto25 行定义.

◆ message

optional string apollo::external_command::CommandStatus::message = 4

在文件 command_status.proto31 行定义.

◆ status

required CommandStatusType apollo::external_command::CommandStatus::status = 3

在文件 command_status.proto29 行定义.


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