Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
Base class for Cheetah Pipeline Handlers. More...
#include <cheetah/pipeline/PipelineHandler.h>
Public Types | |
typedef data::TimeFrequency< Cpu, NumericalT > | TimeFrequencyType |
Public Member Functions | |
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 | |
Base class for Cheetah Pipeline Handlers.
Definition at line 37 of file Pipeline.h.
|
inline |
return the data output streamer
use the streamer to send your data to some external system(s) (e.g. file, network)
Definition at line 65 of file PipelineHandler.h.