Commit Graph

21 Commits

Author SHA1 Message Date
babic_a 8b46382226 Add detector frame to ringbuffer 2020-04-23 11:31:31 +02:00
babic_a 1df947b118 Remove RB initialization of File meta 2020-04-22 15:18:53 +02:00
babic_a 1f3d81e8b0 Add file metadata header to ring buffer 2020-04-21 20:27:02 +02:00
babic_a 77141a559c Ringbuffer returns nullptr when the buffer is full
This feature will allow us to make a push/pull mechanism for the sf_h5_writer.
All classes using RingBuffer have been updated to maintain the exact same behaviour as before.
2020-04-21 17:25:22 +02:00
babic_a eea8b57f13 Add new line to RB debug output 2020-04-15 15:03:55 +02:00
babic_a cb3708b060 Adjust whitespace in exception test 2020-04-15 14:36:54 +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 596893bcf9 Improve debug text in RingBuffer 2020-04-08 10:18:41 +02:00
babic_a 5d1811b650 Change RingBuffer to use function instead of direct flag call 2020-04-08 10:17:35 +02:00
babic_a 4685bbbc76 Fix debug output text 2020-04-06 11:28:14 +02:00
babic_a c45a5846d4 Add verification on RB initialization request 2020-04-06 11:25:44 +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 233c483fc7 Make RingBuffer initialization thread safe 2020-04-03 15:38:15 +02:00
babic_a a0bf79cb35 Remove usage of this-> 2020-04-03 15:31:51 +02:00
babic_a 8af70fb6d9 Change number assign for bool 2020-04-02 17:43:47 +02:00
babic_a afc2c23eb5 Add TODO to sync 2020-03-31 17:43:02 +02:00
babic_a a4bfa273ab Reformat output code 2020-03-31 13:38:47 +02:00
babic_a ce20f4232f Remove useless comment 2020-03-27 08:39:47 +01:00
babic_a 7234764d71 Improve RingBuffer 2020-03-26 16:55:47 +01:00
babic_a 01eb2f8ed7 Rename folder of core library 2020-03-23 11:54:27 +01:00