Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
Buffering layer to collect sufficient data for the ddtr algorithm to run. More...
#include <cheetah/ddtr/detail/Buffering.h>
Public Member Functions | |
Buffering (BufferFullCallBack const &callback, PlanType const &plan, std::size_t max_buffer_size) | |
Buffering (Buffering const &)=delete | |
Buffering (Buffering &&)=delete | |
template<typename DataT > | |
void | operator() (DataT const &data) |
Buffering layer to collect sufficient data for the ddtr algorithm to run.
Definition at line 38 of file Buffering.h.