|
Apollo 11.0
自动驾驶开放平台
|
#include <config_util.h>
静态 Public 成员函数 | |
| static std::string | GetFullClassName (const std::string &class_name) |
| Given the class name of perception module, combine the namespace "apollo::perception::lidar::" with it to create an instance of the class. | |
在文件 config_util.h 第 25 行定义.
|
static |
Given the class name of perception module, combine the namespace "apollo::perception::lidar::" with it to create an instance of the class.
| class_name | The class name without namespace. |
在文件 config_util.cc 第 23 行定义.