mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-08 10:32:03 +02:00
First working version of BufferUdpReceiver
This commit is contained in:
@@ -7,7 +7,11 @@
|
||||
|
||||
class BufferUdpReceiver {
|
||||
const int source_id_;
|
||||
|
||||
UdpReceiver udp_receiver_;
|
||||
jungfrau_packet packet_buffer_ = {};
|
||||
|
||||
inline void init_frame(ModuleFrame& frame_metadata);
|
||||
|
||||
public:
|
||||
BufferUdpReceiver(const uint16_t port, const int source_id);
|
||||
|
||||
Reference in New Issue
Block a user