|
Apollo 11.0
自动驾驶开放平台
|
#include <storytelling_container.h>
Public 成员函数 | |
| StoryTellingContainer ()=default | |
| Constructor | |
| virtual | ~StoryTellingContainer ()=default |
| Destructor | |
| void | Insert (const ::google::protobuf::Message &message) override |
| Insert a data message into the container | |
| std::shared_ptr< const hdmap::JunctionInfo > | ADCJunction () const |
| Get ADC junction | |
| const std::string & | ADCJunctionId () const |
| Get ADC junction id | |
| double | ADCDistanceToJunction () const |
| Compute ADC's distance to junction | |
Public 成员函数 继承自 apollo::prediction::Container | |
| Container ()=default | |
| Constructor | |
| virtual | ~Container ()=default |
| Destructor | |
在文件 storytelling_container.h 第 34 行定义.
|
default |
Constructor
|
virtualdefault |
Destructor
| double apollo::prediction::StoryTellingContainer::ADCDistanceToJunction | ( | ) | const |
Compute ADC's distance to junction
在文件 storytelling_container.cc 第 39 行定义.
| std::shared_ptr< const hdmap::JunctionInfo > apollo::prediction::StoryTellingContainer::ADCJunction | ( | ) | const |
Get ADC junction
在文件 storytelling_container.cc 第 29 行定义.
| const std::string & apollo::prediction::StoryTellingContainer::ADCJunctionId | ( | ) | const |
|
overridevirtual |
Insert a data message into the container
| Data | message to be inserted in protobuf |
实现了 apollo::prediction::Container.
在文件 storytelling_container.cc 第 24 行定义.