Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
|
The UDP stream from the BeamFormer. More...
#include <cheetah/rcpt_low/UdpStream.h>
Public Types | |
typedef boost::units::quantity< ska::cheetah::data::MegaHertz, double > | FrequencyType |
typedef boost::units::quantity< ska::cheetah::data::Seconds, double > | TsampType |
typedef ska::cheetah::data::TimeFrequency< Cpu, uint8_t >::TimeType | TimeType |
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, PacketInspector 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 49 of file UdpStream.h.