Apollo 10.0
自动驾驶开放平台
|
#include <plugin_manager.h>
Public 属性 | |
std::string | launch_command |
std::string | stop_command |
std::map< std::string, std::string > | plugin_accept_msg |
std::vector< std::string > | process_command_keywords |
std::map< std::string, std::shared_ptr< cyber::Writer< DvPluginMsg > > > | writers |
std::map< std::string, std::shared_ptr< cyber::Reader< DvPluginMsg > > > | readers |
在文件 plugin_manager.h 第 37 行定义.
std::string apollo::dreamview::PluginInfo::launch_command |
在文件 plugin_manager.h 第 38 行定义.
std::map<std::string, std::string> apollo::dreamview::PluginInfo::plugin_accept_msg |
在文件 plugin_manager.h 第 41 行定义.
std::vector<std::string> apollo::dreamview::PluginInfo::process_command_keywords |
在文件 plugin_manager.h 第 42 行定义.
std::map<std::string, std::shared_ptr<cyber::Reader<DvPluginMsg> > > apollo::dreamview::PluginInfo::readers |
在文件 plugin_manager.h 第 45 行定义.
std::string apollo::dreamview::PluginInfo::stop_command |
在文件 plugin_manager.h 第 39 行定义.
std::map<std::string, std::shared_ptr<cyber::Writer<DvPluginMsg> > > apollo::dreamview::PluginInfo::writers |
在文件 plugin_manager.h 第 44 行定义.