Commit Graph

264 Commits

Author SHA1 Message Date
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
babic_a c0bb9b870e Turn off STATS_MODULO for sf_writer 2020-05-19 17:37:05 +02:00
babic_a af056b5ad9 Finish sf_writer modifications 2020-05-19 16:23:36 +02:00
babic_a deb5fb0068 Adapt sf_writer to buffering 2020-05-19 16:18:41 +02:00
babic_a 03bee71b49 Adjust sf_writer for receiving buffers 2020-05-19 16:12:55 +02:00
babic_a b6efc4c62d Remove compression from writer 2020-05-19 13:42:36 +02:00
babic_a 8c0015f203 Remove compression from replay 2020-05-19 12:32:28 +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 5483fe0ea2 sf_replay should linger forever 2020-05-18 19:26:05 +02:00
babic_a 1f14e3286a Fix missing semicolon 2020-05-18 19:11:23 +02:00
babic_a d03ae9945f Substitute for for while loop 2020-05-18 19:10:50 +02:00
babic_a f54a9add50 Dont need to increase the counter twice 2020-05-18 19:04:44 +02:00
babic_a a6d1fe2e4e Fix err msg text in sf_writer recv thread 2020-05-18 18:29:53 +02:00
babic_a 60dd3cdd8b Zmq replay should always bind 2020-05-18 18:27:32 +02:00
babic_a 5e39f65953 Replay LINGER should be 0 to wait until the writer flushes 2020-05-18 18:12:47 +02:00
babic_a c478144e96 Output the compression ration 2020-05-18 18:07:28 +02:00
babic_a 14d0159f79 Update dependencies 2020-05-18 17:25:01 +02:00
babic_a 188d50cbbf Adjust compression header in sf_writer 2020-05-18 17:19:07 +02:00
babic_a 3e9ee263d8 Rename present frame flag 2020-05-15 16:10:04 +02:00
babic_a 82bd995439 Adapt sf_writer to new interface 2020-05-15 15:54:00 +02:00
babic_a 6c1f7421f1 Add is_valid_frame logic 2020-05-15 15:31:47 +02:00
babic_a aff1d22c17 Rename parameter to something more sensible 2020-05-15 15:23:24 +02:00
babic_a 1f771bf444 Finalize refactoring of sf_writer 2020-05-15 10:46:43 +02:00
babic_a a42e718880 Improve variable setting 2020-05-15 10:42:24 +02:00
babic_a 1b41dd623f Rename SFWriter to new standard naming 2020-05-15 10:11:22 +02:00
babic_a 453e91f6ca Remove unused stuff from sf_writer 2020-05-14 13:01:39 +02:00
babic_a a760077e85 Allow for resync to happen also if frames are missing 2020-05-14 12:22:27 +02:00
babic_a 80765f3fc5 Fix parameters order to be consistent across repo 2020-05-14 11:46:03 +02:00
babic_a 9d8d97f998 Improve Reader call 2020-05-14 11:04:05 +02:00
babic_a cd6466fe1f Finish improving sf_replay 2020-05-14 09:37:59 +02:00
babic_a 1fe08897f1 We are still not optimizing on this level 2020-05-13 12:38:09 +02:00
babic_a 462593627e Add operation duration timing 2020-05-11 18:41:00 +02:00
babic_a 9fd3ceed6e Set priority after spawning zmq thread 2020-05-11 18:28:55 +02:00
babic_a 78aa0b6d71 Set nice to -20 for buffer 2020-05-11 18:27:33 +02:00
babic_a 04b71f7762 Remove FastQueue from sf_buffer 2020-05-11 13:56:17 +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 92b4041070 Make udp receiver return the pulse_id 2020-05-11 13:46:22 +02:00
babic_a 9b75a6d991 Improve code flow in sf_buffer 2020-05-11 12:37:32 +02:00
babic_a fada8a7ec6 Make IPC address a parameter in buffer config 2020-05-11 12:34:30 +02:00
babic_a 72d31d027e Rewrite sf_buffer to use BufferUdpReceiver 2020-05-11 12:31:46 +02:00
babic_a d49df10e69 Working on the loop logic 2020-05-11 11:48:17 +02:00
babic_a cd25fe50b8 Rewrite logic to be function oriented 2020-05-11 11:39:18 +02:00