3package apollo.dreamview;
7 optional
string location = 1;
8 repeated
string support_msg_name = 2;
10 optional uint32 pending_queue_size = 3
16 optional
string name = 1;
17 optional
string launch_command = 2;
18 repeated ChannelConf reader_channel_conf = 3;
19 repeated ChannelConf writer_channel_conf = 4;
24 optional PluginType plugin_type = 5;
26 repeated
string process_command_keywords = 6;
27 optional
string stop_command = 7;