24 #ifndef SKA_CHEETAH_CANDIDATE_PIPELINE_LAUNCHER_H 25 #define SKA_CHEETAH_CANDIDATE_PIPELINE_LAUNCHER_H 27 #include "PipelineFactory.h" 29 #include "cheetah/exporters/DataExportConfig.h" 30 #include "cheetah/producers/Factory.h" 31 #include "cheetah/pipeline/DataExport.h" 32 #include "panda/Launcher.h" 36 namespace candidate_pipeline {
38 template<
typename NumericalT>
52 template<
typename NumericalT>
53 class Launcher :
public panda::Launcher<LauncherTraits<NumericalT>>
55 typedef panda::Launcher<LauncherTraits<NumericalT>> BaseT;
64 #include "detail/Launcher.cpp" 66 #endif // SKA_CHEETAH_CANDIDATE_PIPELINE_LAUNCHER_H Launches the single pulse candidate processing pipeline.
Configuration Object for DataExport module.
Top level Pipeline Configuration Tree.
Some limits and constants for FLDO.
SpCandidates associated with a single data chank.
generates compute pipelines of the correct type corresponding to a type description string ...