Apollo 10.0
自动驾驶开放平台
plugin_declare_info.proto
浏览该文件的文档.
1syntax = "proto2";
2
3package apollo.control;
4
5// Plugin Information.
7 // The alias name of the plugin.
8 required string name = 1;
9 // The class type of the plugin.
10 required string type = 2;
11}