24 #ifndef SKA_CHEETAH_CANDIDATE_PIPELINE_PIPELINEFACTORY_H 25 #define SKA_CHEETAH_CANDIDATE_PIPELINE_PIPELINEFACTORY_H 28 #include "ProcessingPipeline.h" 29 #include "panda/Factory.h" 34 namespace candidate_pipeline {
39 template<
typename NumericalT>
40 class PipelineFactory :
public ska::panda::Factory<ProcessingPipeline<NumericalT>>
42 typedef ska::panda::Factory<ProcessingPipeline<NumericalT>> BaseT;
45 typedef NumericalT NumericalRep;
59 #include "detail/PipelineFactory.cpp" 61 #endif // SKA_CHEETAH_CANDIDATE_PIPELINE_PIPELINEFACTORY_H
Top level Pipeline Configuration Tree.
Some limits and constants for FLDO.
base class for all Processing Pipelines
generates compute pipelines of the correct type corresponding to a type description string ...