Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
The UDP stream from the BeamFormer. More...
#include <cheetah/rcpt/UdpStream.h>
Public Member Functions | |
UdpStreamTmpl (Config const &config) | |
void | init () |
post construction initialisation (called by Producer) | |
template<typename DataType > | |
std::shared_ptr< DataType > | get_chunk (unsigned sequence_number, BeamFormerPacketInspector const &p) |
The UDP stream from the BeamFormer.
The stream maintains a single thread to fill packets which are then delegated to any number of other threads for processing.
Definition at line 47 of file UdpStream.h.