24 #ifndef SKA_CHEETAH_FDAS_FDAS_H 25 #define SKA_CHEETAH_FDAS_FDAS_H 27 #include "cheetah/fdas/Config.h" 28 #include "cheetah/data/DmTime.h" 29 #include "panda/ConfigurableTask.h" 43 template<
typename Handler>
50 Fdas(ConfigType
const&, Handler&);
59 panda::ConfigurableTask<typename Config::PoolType, Handler&, std::shared_ptr<DataType>> _task;
66 #include "cheetah/fdas/detail/Fdas.cpp" 68 #endif // SKA_CHEETAH_FDAS_FDAS_H The main API for the FDA module.
Some limits and constants for FLDO.
void operator()(DataType &data)
execute the fdas task on the provided data using whichever resource becomes available first ...
A wrapper class for a list of DmTime instances.