Apollo 10.0
自动驾驶开放平台
|
#include <container.h>
Public 成员函数 | |
Container ()=default | |
Constructor | |
virtual | ~Container ()=default |
Destructor | |
virtual void | Insert (const ::google::protobuf::Message &message)=0 |
Insert data into the container | |
在文件 container.h 第 33 行定义.
|
default |
Constructor
|
virtualdefault |
Destructor
|
pure virtual |
Insert data into the container
Message | data in protobuf format |
在 apollo::prediction::ADCTrajectoryContainer, apollo::prediction::ObstaclesContainer, apollo::prediction::PoseContainer , 以及 apollo::prediction::StoryTellingContainer 内被实现.