24 #ifndef SKA_CHEETAH_UTILS_TASKCONFIGURATIONSETTER_H 25 #define SKA_CHEETAH_UTILS_TASKCONFIGURATIONSETTER_H 63 template<
typename... Algos>
64 class TaskConfigurationSetter;
66 template<
typename Algo,
typename... Algos>
67 class TaskConfigurationSetter<Algo, Algos...> {
78 template<
typename FactoryT,
typename TaskT,
typename... Args>
79 static inline bool configure(TaskT& task, FactoryT& factory, Args&&... args);
82 template<
typename Algo,
typename... Algos>
83 class TaskConfigurationSetter<
std::tuple<Algo, Algos...>> :
public TaskConfigurationSetter<Algo, Algos...>
90 #include "cheetah/utils/detail/TaskConfigurationSetter.cpp" 92 #endif // SKA_CHEETAH_UTILS_TASKCONFIGURATIONSETTER_H
Some limits and constants for FLDO.