Commit Graph

14 Commits

Author SHA1 Message Date
babic_a 8b46382226 Add detector frame to ringbuffer 2020-04-23 11:31:31 +02:00
babic_a 4116ea04cf Moved File metadata from RingBuffer to buffer utils 2020-04-22 15:18:19 +02:00
babic_a d5fb4f4dc0 Test partial buffering 2020-04-22 15:12:19 +02:00
babic_a 954d89ce7b Reordered struct for better binary transfer 2020-04-21 22:33:21 +02:00
babic_a 1f3d81e8b0 Add file metadata header to ring buffer 2020-04-21 20:27:02 +02:00
babic_a cb6075560d Remove individual packet tracking 2020-04-17 14:57:33 +02:00
babic_a b7999b2cd1 add number of received packets to metadata 2020-04-16 12:32:55 +02:00
babic_a 1761f362df Add daq_rec value 2020-04-15 15:28:41 +02:00
babic_a 626f4f9953 Remove unused header value 2020-04-15 12:34:02 +02:00
babic_a b1e2a4f4a1 Add UdpFrameMetadata 2020-04-15 11:08:12 +02:00
babic_a 22e0af6200 Make RB a template class 2020-04-15 10:43:40 +02:00
babic_a bdb99f1d13 Improve RingBuffer initialization
Remove automatic initialization on slot reservation - the client will need to take care
of the initialization at the most appropriate time - also allows the calling code to define
the slot size.
2020-04-06 11:12:30 +02:00
babic_a 7234764d71 Improve RingBuffer 2020-03-26 16:55:47 +01:00
babic_a f9b25367fa Move public interfaces to include folder 2020-03-26 15:47:38 +01:00