QualityControl
1.5.1
O2 Data Quality Control Framework
|
Factory in charge of creating post-processing tasks. More...
#include <PostProcessingFactory.h>
Public Member Functions | |
PostProcessingInterface * | create (const PostProcessingConfig &config) |
Create a new instance of a PostProcessingInterface. The PostProcessingInterface actual class is decided based on the parameters passed. | |
Factory in charge of creating post-processing tasks.
The factory needs a library name and a class name provided as an object of type PostProcessingConfig. The class loaded in the library must inherit from PostProcesingInterface