Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
Public Member Functions | |
TimedPipeline (CheetahConfig< NumericalT > const &config, BeamConfig< NumericalT > const &beam_config, PipelineHandler< NumericalT > *handler) | |
void | operator() (data::TimeFrequency< Cpu, NumericalT > &data) override |
![]() | |
PipelineHandler (CheetahConfig< NumericalT > const &config, BeamConfig< NumericalT > const &beam_config) | |
virtual void | operator() (TimeFrequencyType &)=0 |
called each time data becomes available | |
DataExport< NumericalT > & | out () |
return the data output streamer More... | |
void | halt () |
halt the pipeline | |
Additional Inherited Members | |
![]() | |
typedef data::TimeFrequency< Cpu, NumericalT > | TimeFrequencyType |
Definition at line 87 of file PipelineHandlerFactory.cpp.