Apollo 10.0
自动驾驶开放平台
apollo::dreamview::PluginInfo结构体 参考

#include <plugin_manager.h>

apollo::dreamview::PluginInfo 的协作图:

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.h37 行定义.

类成员变量说明

◆ launch_command

std::string apollo::dreamview::PluginInfo::launch_command

在文件 plugin_manager.h38 行定义.

◆ plugin_accept_msg

std::map<std::string, std::string> apollo::dreamview::PluginInfo::plugin_accept_msg

在文件 plugin_manager.h41 行定义.

◆ process_command_keywords

std::vector<std::string> apollo::dreamview::PluginInfo::process_command_keywords

在文件 plugin_manager.h42 行定义.

◆ readers

std::map<std::string, std::shared_ptr<cyber::Reader<DvPluginMsg> > > apollo::dreamview::PluginInfo::readers

在文件 plugin_manager.h45 行定义.

◆ stop_command

std::string apollo::dreamview::PluginInfo::stop_command

在文件 plugin_manager.h39 行定义.

◆ writers

std::map<std::string, std::shared_ptr<cyber::Writer<DvPluginMsg> > > apollo::dreamview::PluginInfo::writers

在文件 plugin_manager.h44 行定义.


该结构体的文档由以下文件生成: