16 #ifndef QC_CORE_TASKFACTORY_H 17 #define QC_CORE_TASKFACTORY_H 50 #endif // QC_CORE_TASKFACTORY_H Skeleton of a QC task.
Definition: TaskInterface.h:53
Container for the configuration of a Task.
Definition: TaskConfig.h:26
These methods can be used to build a complex processing topology. It spawns 3 separate dummy processi...
Definition: Activity.h:19
Factory in charge of creating tasks.
Definition: TaskFactory.h:35
TaskInterface * create(TaskConfig &taskConfig, std::shared_ptr< ObjectsManager > objectsManager)
Create a new instance of a TaskInterface. The TaskInterface actual class is decided based on the para...
Definition: TaskFactory.cxx:24