Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
Provides a module of multiple algorimic implementations to perform a specific task. More...
#include <cheetah/utils/AlgoModule.h>
Public Member Functions | |
AlgoModule (PoolType pool, AlgoFactory const &, Handler handler) | |
template<typename... DataT> | |
std::shared_ptr< panda::ResourceJob > | operator() (DataT &&... data) const |
Provides a module of multiple algorimic implementations to perform a specific task.
ModuleTraits A struct containing the following typedefs typedef std::tuple<DataTypes...> Signatures; // where DataTypes meet the criteria defined in panda::ConfigurableTask
Definition at line 53 of file AlgoModule.h.