Commit Graph

306 Commits

Author SHA1 Message Date
babic_a 22a954c8c3 Add details to README regarding udp receiving 2020-07-23 16:02:24 +02:00
babic_a 1e3b8c393b Add clarification comment in sf-buffer 2020-07-23 15:53:24 +02:00
babic_a 70724d747a Update text regarding sf-buffer zmq sending 2020-07-23 14:23:29 +02:00
babic_a b0ee5b916f Improve text for sf-buffer 2020-07-23 14:11:13 +02:00
babic_a 8bd1733905 Update README of sf-buffer with improved naming
Changed module_name to module_folder (for consistency).
2020-07-23 12:36:27 +02:00
babic_a 234081f931 Fix example of offset calculation in sf-buffer 2020-07-23 12:30:45 +02:00
babic_a a94010aaf8 Update README.md with overview diagram 2020-07-22 16:26:34 +02:00
babic_a f0970b1c8a Add more details to sf-buffer file structure 2020-07-22 14:28:53 +02:00
babic_a 79d3e86d9e Added first version of sf-buffer documentation 2020-07-22 14:22:50 +02:00
babic_a dbc913ee78 Update buffer folder and files naming convention
All references to folders and files inside buffer were updated.
- Base folder to write detector: detector_folder
- Name of the modules inside detector_folder: module_name
- Data grouping folders based on pulse_id: data_folder
- Data grouping files, based on pulse_id: data_file
2020-07-20 11:06:13 +02:00
babic_a 475f4a59f2 Add TODO to try fallocate instead of seek and write 2020-07-17 16:36:42 +02:00
babic_a f6d4bc439c Change class name in exception messages 2020-07-17 12:10:29 +02:00
babic_a 2bf658d30c Set the file size in advance on GPFS
When started to use the buffer on GPFS we notices an increase
of metadata access times on GPFS. To try to reduce the number
of metadata updates we set the file size at creation time.
2020-07-17 12:09:46 +02:00
babic_a 45bb0fe79a Remove unused libraries 2020-06-09 11:06:13 +02:00
babic_a bfb3e5f31e Remove old format tests 2020-06-09 11:05:34 +02:00
babic_a 316de79afb Rename PacketUdpReceiver 2020-06-09 11:03:54 +02:00
babic_a 422b599b38 Rename core_config to buffer_config namespace 2020-06-04 11:59:05 +02:00
babic_a ded5c9a721 Remove lib that is not needed 2020-06-04 11:04:24 +02:00
babic_a 708698314f Rename BufferUdpReceiver.cpp to FrameUdpReceiver.cpp 2020-06-04 10:58:28 +02:00
babic_a bbf604675e Merge buffer and writer utils 2020-06-04 10:55:43 +02:00
babic_a 622a4864ed Use MAX function instead of manual impl 2020-06-04 10:52:02 +02:00
babic_a bd456f6fba Improve method separation in buffer 2020-06-04 10:46:45 +02:00
babic_a 1b49452e49 Use namespace chrono 2020-06-04 10:43:05 +02:00
babic_a b3fc52e250 Shorten name of n_recv_packets 2020-06-04 10:24:40 +02:00
babic_a 8a727b6ab2 Improve buffer main 2020-06-04 10:23:39 +02:00
babic_a d97d1b1f19 Remove dead code 2020-06-04 10:22:06 +02:00
babic_a f7310c899c Add back zmq lib 2020-06-04 10:16:35 +02:00
babic_a 245d66493b Adjust second BinaryWriter test 2020-06-04 10:15:45 +02:00
babic_a 610c302cde Fix basic Binary writer test 2020-06-04 10:13:09 +02:00
babic_a 690f2bfcf6 Remove tests with format that does not exist 2020-06-04 10:09:18 +02:00
babic_a 236f967c51 Remove unused code 2020-06-03 22:12:46 +02:00
Dmitry Ozerov 2ab097e655 make possible to run multiple detectors(sf-buffer/sf-stream uses separate streams), for sf-stream read config parameters from json file 2020-06-02 11:58:27 +02:00
babic_a 0c5337db6b Add comment for exchanging the system call 2020-06-02 11:37:43 +02:00
babic_a 042726002c Change new function call with old 2020-06-02 11:36:33 +02:00
babic_a 72a9b3bcc9 Small refactoring 2020-05-27 10:27:14 +02:00
babic_a 9940f54e1a Implement BufferBlock 2020-05-26 21:21:15 +02:00
babic_a 3a13302e0f Replace slow call with C++17 stdlib 2020-05-26 19:44:26 +02:00
babic_a 5047d00ae3 Small optimization 2020-05-26 19:16:25 +02:00
babic_a c0668a97ba Turn around attribute order to match HDF5 writer 2020-05-26 14:56:17 +02:00
babic_a 6abdd0fb04 New version of sf_buffer with binary 2020-05-26 13:34:36 +02:00
babic_a 9497b00c45 Modify BufferBinaryFormat 2020-05-26 13:34:27 +02:00
babic_a 9d85d665c8 Rename JF variable to shorter version 2020-05-25 15:10:15 +02:00
babic_a 618dd7110e Removed link libraries 2020-05-20 12:25:12 +02:00
babic_a 6d210ed702 Finished refactoring sf-buffer 2020-05-20 12:22:39 +02:00
babic_a b45b7d17fa Major project refactoring WIP 2020-05-20 11:45:34 +02:00
babic_a 62f09eb120 Merged to 1 project 2020-05-20 11:09:23 +02:00
babic_a 3bb63c47be Revert back example 2020-05-20 10:51:46 +02:00
babic_a f972ef462d Make simple zmq example 2020-05-20 10:42:34 +02:00
babic_a 97fcd145c7 Remove stale compression code 2020-05-20 09:04:04 +02:00
babic_a fce4a31d91 Fixed output 2020-05-20 09:02:10 +02:00