summaryrefslogtreecommitdiff
path: root/registry
AgeCommit message (Collapse)Author
2017-01-22Use registry for output modulesSilvan Jegen
2017-01-21Initialize registry mapsSilvan Jegen
2017-01-21Use the registry for filter modules as wellSilvan Jegen
2017-01-20Introduce registrySilvan Jegen
We introduce a registry that contains maps to builder functions. These builder functions return the interface implementation of the modules specified in the configuration. We also make the input module type use the registry. All other module types still have to be converted.