@@ -39,7 +39,7 @@ Additional parameters specific to this framework are the following:
| Value | Explanation |
|:----- |:----------- |
| global | Wrapper structure for the global values.
| analytics | Wrapper structure for the data analytics-specific values.
| hierarchy | Space-separated sequence of regular expressions used to infer the local (DCDBPusher) or global (DCDBCollectAgent) sensor hierarchy. This parameter should be wrapped in quotes to ensure proper parsing. See the Sensor Tree [section](#sensorTree) for more details.
| analyzerPlugins | Block containing the specification of all data analytics plugin to be instantiated.
| plugin _name_ | The plugin name is used to build the corresponding lib-name (e.g. average --> libdcdbanalyzer_average.1.0)
...
...
@@ -587,4 +587,4 @@ The configuration parameters specific to the _Aggregator_ plugin are the followi
Generating a DCDBAnalytics plugin requires implementing a _Analyzer_ and _Configurator_ class which contain all logic
tied to the specific plugin. Such classes should be derived from _AnalyzerTemplate_ and _AnalyzerConfiguratorTemplate_
respectively, which contain all plugin-agnostic configuration and runtime features. Please refer to the documentation
of the _Average_ plugin for an overview of how a basic plugin can be implemented.
of the _Aggregator_ plugin for an overview of how a basic plugin can be implemented.