|
Apollo 10.0
自动驾驶开放平台
|
#include <action_command_processor.h>
Public 成员函数 | |
| bool | Init (const std::shared_ptr< cyber::Node > &node) override |
| bool | GetCommandStatus (int64_t command_id, CommandStatus *status) const override |
| Get the command status. | |
Public 成员函数 继承自 apollo::external_command::CommandProcessorBase | |
| CommandProcessorBase () | |
| virtual | ~CommandProcessorBase ()=default |
额外继承的成员函数 | |
Protected 成员函数 继承自 apollo::external_command::CommandProcessorBase | |
| const CommandProcessorConfig & | GetProcessorConfig () const |
| const std::shared_ptr< cyber::Node > & | Node () const |
在文件 action_command_processor.h 第 43 行定义.
|
overridevirtual |
Get the command status.
| command_id | Id of the command. |
| status | Output command status. |
实现了 apollo::external_command::CommandProcessorBase.
在文件 action_command_processor.cc 第 86 行定义.
|
overridevirtual |
重载 apollo::external_command::CommandProcessorBase .
在文件 action_command_processor.cc 第 36 行定义.