Apollo 10.0
自动驾驶开放平台
|
#include <map>
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include <cxxabi.h>
#include "cyber/class_loader/class_loader_manager.h"
#include "cyber/common/environment.h"
#include "cyber/common/file.h"
#include "cyber/common/log.h"
#include "cyber/common/macros.h"
#include "cyber/plugin_manager/plugin_description.h"
类 | |
class | apollo::cyber::plugin_manager::PluginManager |
命名空间 | |
namespace | apollo |
class register implement | |
namespace | apollo::cyber |
namespace | apollo::cyber::plugin_manager |
宏定义 | |
#define | CYBER_PLUGIN_MANAGER_REGISTER_PLUGIN(name, base) CLASS_LOADER_REGISTER_CLASS(name, base) |
#define CYBER_PLUGIN_MANAGER_REGISTER_PLUGIN | ( | name, | |
base | |||
) | CLASS_LOADER_REGISTER_CLASS(name, base) |
在文件 plugin_manager.h 第 272 行定义.