Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
Additional Inherited Members | |
![]() | |
typedef TdasAccelerationSearchTraits< NumericalT > | Traits |
typedef NumericalT | value_type |
using | has_create_fldo_handler_t = decltype(std::declval< T &>().create_fldo_handler(std::declval< DataExport< value_type > &>(), std::declval< CheetahConfig< NumericalT > const &>(), std::declval< BeamConfig< NumericalT > const &>())) |
template for testing if type T has a create_fldo_handler function More... | |
![]() | |
typedef data::TimeFrequency< Cpu, NumericalT > | TimeFrequencyType |
![]() | |
AccelerationSearch (CheetahConfig< NumericalT > const &config, BeamConfig< NumericalT > const &) | |
void | operator() (TimeFrequencyType &) override |
called whenever data is available for processing | |
Dedispersion< NumericalT > const & | dedispersion_pipeline () const |
access to the dedispersion pipeline object | |
FldoHandler::FldoHandlerType const & | fldo_handler () const |
access the fldo handler object | |
AccelerationSearchAlgoType const & | acceleration_search_pipeline () const |
access the acceleration_search pipeline object | |
![]() | |
PipelineHandler (CheetahConfig< NumericalT > const &config, BeamConfig< NumericalT > const &beam_config) | |
DataExport< NumericalT > & | out () |
return the data output streamer More... | |
void | halt () |
halt the pipeline | |
Definition at line 118 of file PipelineHandlerFactory.cpp.