-
Notifications
You must be signed in to change notification settings - Fork 202
Expand file tree
/
Copy pathplugin_description.xml
More file actions
22 lines (22 loc) · 1.16 KB
/
plugin_description.xml
File metadata and controls
22 lines (22 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<library path="diagnostic_aggregator_analyzers" >
<class name="diagnostic_aggregator/GenericAnalyzer" type="diagnostic_aggregator::GenericAnalyzer" base_class_type="diagnostic_aggregator::Analyzer">
<description>
GenericAnalyzer is default diagnostic analyzer.
</description>
</class>
<class name="diagnostic_aggregator/DiscardAnalyzer" type="diagnostic_aggregator::DiscardAnalyzer" base_class_type="diagnostic_aggregator::Analyzer">
<description>
DiscardAnalyzer will discard (not report) any values that it matches.
</description>
</class>
<class name="diagnostic_aggregator/IgnoreAnalyzer" type="diagnostic_aggregator::IgnoreAnalyzer" base_class_type="diagnostic_aggregator::Analyzer">
<description>
IgnoreAnalyzer will ignore all parameters and discard all.
</description>
</class>
<class name="diagnostic_aggregator/AnalyzerGroup" type="diagnostic_aggregator::AnalyzerGroup" base_class_type="diagnostic_aggregator::Analyzer">
<description>
AnalyzerGroup is a way of grouping diagnostic analyzers. It is used internally by the aggregator, and can also be used as a plugin.
</description>
</class>
</library>