Commit Graph

165 Commits

Author SHA1 Message Date
babic_a 91369b4b40 Remove basedir again 2020-05-19 14:32:02 +02:00
babic_a a6fcde9da2 Add base dir to writer 2020-05-19 14:28:07 +02:00
babic_a 158f557309 Fixed bug in writer 2020-05-19 13:38:36 +02:00
babic_a e49a9ef60b Remove compression from WriterZmqReceiver 2020-05-19 13:34:49 +02:00
babic_a b54327a001 Remove compression and add chunking to WriterH5Writer 2020-05-19 13:30:54 +02:00
babic_a a7f3091d4a Rename struct variable 2020-05-19 13:08:18 +02:00
babic_a 03e2e6fda4 Rename size attribute of StreamModuleFrame 2020-05-19 12:31:25 +02:00
babic_a 3b08ceed4b Rename CompressedModuleFrame into StreamModuleFrame 2020-05-19 12:26:55 +02:00
babic_a 09331e4b4c Solve buffer reference bug in reader 2020-05-19 09:38:45 +02:00
babic_a fb105f8b1c Fix bugs in ReplayH5Reader 2020-05-19 09:30:59 +02:00
babic_a 78c3ae0262 Add buffering to replay 2020-05-19 09:28:50 +02:00
babic_a 0c52ef0c66 Add number of module that missed the pulse 2020-05-18 18:53:18 +02:00
babic_a 188d50cbbf Adjust compression header in sf_writer 2020-05-18 17:19:07 +02:00
babic_a da5b0d75df Register LZ4 filter and make it mandatory 2020-05-18 11:47:51 +02:00
babic_a ed99f76e05 Fix dataset type bug 2020-05-15 19:06:53 +02:00
babic_a 831f261be1 Add logic for setting maximum chunk size 2020-05-15 18:12:46 +02:00
babic_a d2d02c3ebc ZMQ connect instead of bind 2020-05-15 17:02:46 +02:00
babic_a c33c63a6e6 First implementation of WriterZmqReceiver 2020-05-15 16:20:32 +02:00
babic_a 6c1f7421f1 Add is_valid_frame logic 2020-05-15 15:31:47 +02:00
babic_a 0c5c1549d0 Move bind to end of socket 2020-05-15 14:45:10 +02:00
babic_a 01d986c4f0 Fix small things in LiveRecvModule 2020-05-15 13:12:08 +02:00
babic_a 5bd6191c1d Change class name 2020-05-15 12:13:54 +02:00
babic_a b36a714583 First stub of Writer ZmqReceiver 2020-05-15 12:12:56 +02:00
babic_a 8b48639b06 Use H5 filters instead of custom variables 2020-05-15 12:12:24 +02:00
babic_a e6c3e65200 Remove unused variable 2020-05-15 12:02:05 +02:00
babic_a fa9586173b Modified WriterH5Writer for compression 2020-05-15 11:58:45 +02:00
babic_a 19b1f8cd7e Set filter and adjust chunking 2020-05-15 11:44:44 +02:00
babic_a e63f2fde05 Change name of save structure 2020-05-15 10:17:27 +02:00
babic_a 1b41dd623f Rename SFWriter to new standard naming 2020-05-15 10:11:22 +02:00
babic_a e384865d31 Return bool to signal if there is data 2020-05-14 12:05:53 +02:00
babic_a 80765f3fc5 Fix parameters order to be consistent across repo 2020-05-14 11:46:03 +02:00
babic_a 8b379f32d4 Implement the most basic ReplayH5Reader 2020-05-14 11:37:28 +02:00
babic_a b6f4ea1818 First stub commit of ReplayH5Reader 2020-05-14 11:13:12 +02:00
babic_a f5d67c2ff8 Move buffer dataset names as variables 2020-05-14 11:03:47 +02:00
babic_a 14a50fb08e Implement recvmmsg in BufferUdpReceiver 2020-05-12 09:54:43 +02:00
babic_a 53bf0445d3 Cosmetic fixes to BufferUdpReceiver 2020-05-11 18:13:57 +02:00
babic_a 6ac42c4955 Remove debug output 2020-05-11 18:12:34 +02:00
babic_a 62c390ad13 Fix const correctness 2020-05-11 17:52:42 +02:00
babic_a 4c0894b602 Rewrite UdpReceiver line to fit in line width 2020-05-11 17:50:00 +02:00
babic_a be0425fbfe C++ style settings 2020-05-11 17:38:06 +02:00
babic_a cb0d65bd3b Remove additional imports 2020-05-11 17:34:17 +02:00
babic_a e15b285a3e Cleanup settings in UdpReceiver 2020-05-11 17:32:49 +02:00
babic_a 7f3c2c814e Rename classes to new standard
Prefix all Buffer related classes with Buffer.
2020-05-11 13:54:49 +02:00
babic_a 0ca06b8e7a Remove all DEBUG_OUTPUT references
It turnes out it is not as useful as in the writer project.
2020-05-11 13:52:29 +02:00
babic_a 5df92a976e Improve logic for loaded packet 2020-05-11 13:46:05 +02:00
babic_a 9c99350442 First working version of BufferUdpReceiver 2020-05-11 12:42:55 +02:00
babic_a 9b75a6d991 Improve code flow in sf_buffer 2020-05-11 12:37:32 +02:00
babic_a 67e59c8360 New class BufferUdpReceiver 2020-05-11 12:31:56 +02:00
Dmitry Ozerov 85c0fff417 Merge branch 'master' of https://github.com/paulscherrerinstitute/sf_daq_buffer 2020-05-09 23:27:58 +02:00
Dmitry Ozerov 8c33c9cc98 wait that receiver thread is finished, is_good_fame check added, poor man current pulse_id script 2020-05-09 23:25:46 +02:00