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 |
|
babic_a
|
4912bbe38d
|
Adjust settings to new config
|
2020-05-08 14:25:01 +02:00 |
|
babic_a
|
79c6edbfb6
|
New configurations
|
2020-05-08 14:24:34 +02:00 |
|
babic_a
|
7ed1166edd
|
Use class variables instead of function parameters
|
2020-05-08 10:40:21 +02:00 |
|
babic_a
|
ddde32a8c2
|
Add thread stopping function
|
2020-05-08 10:37:09 +02:00 |
|
babic_a
|
3c6805a8e6
|
Add resync capabilities to sf_streamer
|
2020-05-08 10:33:25 +02:00 |
|
Dmitry Ozerov
|
65aefd1a90
|
add base directory path to buffer
|
2020-05-07 16:41:27 +02:00 |
|
babic_a
|
257f2e488d
|
SWMR test no longer relevant
|
2020-05-07 09:57:58 +02:00 |
|
babic_a
|
b14ffd5cfb
|
Fixed perf_test for SFWriter
|
2020-05-07 09:55:11 +02:00 |
|
babic_a
|
54de3697e4
|
Remove SWMR from BufferWriter
|
2020-05-07 09:53:28 +02:00 |
|
babic_a
|
225f8569be
|
Remove setting nice value inside recv thread
|
2020-05-06 16:53:54 +02:00 |
|
babic_a
|
1db5b2560e
|
Reduce nice level
|
2020-05-06 16:45:19 +02:00 |
|
babic_a
|
6c0a744389
|
Set udp recv thread priority
|
2020-05-06 16:13:46 +02:00 |
|
babic_a
|
a190fce55a
|
Increase buffer send queue size
|
2020-05-06 16:04:02 +02:00 |
|
babic_a
|
0aaad2da25
|
Same copy constructor bug as before
|
2020-05-06 16:01:25 +02:00 |
|
babic_a
|
57bea8a582
|
Fix subscription error
|
2020-05-06 15:51:30 +02:00 |
|
babic_a
|
e5e9d4074f
|
Remove zmq context from thread parameter
|
2020-05-06 15:40:20 +02:00 |
|
babic_a
|
be3050d471
|
Fix auto reference instead of copy
|
2020-05-06 14:54:08 +02:00 |
|
babic_a
|
9afd585c9d
|
Add test to show how wrong I am
|
2020-05-06 14:53:02 +02:00 |
|
babic_a
|
af9027fe66
|
Changed recv function signature with complete pointer type
|
2020-05-06 12:47:59 +02:00 |
|
babic_a
|
c075faa376
|
Add end line to debug output
|
2020-05-06 12:04:57 +02:00 |
|
babic_a
|
f86f71fe95
|
Improve test and add basic interaction
|
2020-05-06 10:57:57 +02:00 |
|
babic_a
|
032fe93bce
|
Remove destroying of context
We don't create it, we don't destroy it.
|
2020-05-06 10:39:59 +02:00 |
|
babic_a
|
d7497b2eb5
|
Exchange error reporting for zmq code
|
2020-05-06 10:31:26 +02:00 |
|
babic_a
|
b31b6cddf9
|
Fixed bug in queue slot allocation
(Of course it can really happen!)
|
2020-05-06 10:29:33 +02:00 |
|
babic_a
|
7b524501c0
|
Fix ZMQ exceptions and error reporting
|
2020-05-06 10:28:07 +02:00 |
|
babic_a
|
1765b485ef
|
Add test stub for LiveRecvModule
|
2020-05-06 10:12:17 +02:00 |
|
babic_a
|
b73e625471
|
Link zmq into tests
|
2020-05-06 10:12:05 +02:00 |
|
babic_a
|
94d71e7d40
|
First attempt at LiveRecvModule
|
2020-05-05 13:36:11 +02:00 |
|
babic_a
|
fe55a6705a
|
Move test that is not used anymore
|
2020-05-05 13:29:49 +02:00 |
|
babic_a
|
7964054763
|
Change module frame buffer
|
2020-05-05 12:19:29 +02:00 |
|
babic_a
|
211aef0181
|
Switch implementation to module frame buffer
|
2020-05-05 12:18:22 +02:00 |
|
babic_a
|
a4a67532d1
|
Add temporary implementation for arrays
|
2020-05-05 12:11:24 +02:00 |
|
babic_a
|
04d13615c9
|
Add info of n_modules
|
2020-05-05 10:52:50 +02:00 |
|
babic_a
|
cd07c98737
|
Add rapidjson dependency to external
|
2020-05-05 10:43:12 +02:00 |
|
babic_a
|
72e87210ed
|
Add stream read queue
|
2020-05-05 10:42:48 +02:00 |
|
babic_a
|
ac245fe638
|
Comment out future TODO
|
2020-05-04 18:41:02 +02:00 |
|
babic_a
|
6f766746d6
|
Thread fine-tuning
|
2020-05-04 18:37:41 +02:00 |
|
babic_a
|
11b5bde2dc
|
Yield instead of sleep in case of no msg
|
2020-05-04 18:06:13 +02:00 |
|
babic_a
|
f203fa1fe5
|
Adjust Buffer test for new writer
|
2020-05-04 14:33:02 +02:00 |
|
babic_a
|
48c4104695
|
Fix basic interaction test for BufferWriter
|
2020-05-04 14:06:56 +02:00 |
|
babic_a
|
ffb0c17e31
|
Adjust writer test name
|
2020-05-04 14:04:48 +02:00 |
|
babic_a
|
f3c6990bed
|
Fix imports in buffered Writer
|
2020-05-04 13:58:47 +02:00 |
|
babic_a
|
85022b6920
|
Add new variable
|
2020-05-04 13:56:50 +02:00 |
|
babic_a
|
e2278860a2
|
Optimize BufferH5Writer.cpp
|
2020-05-04 13:56:42 +02:00 |
|
babic_a
|
261d4751e5
|
Rename buffer writer
|
2020-05-04 12:50:33 +02:00 |
|
babic_a
|
ad87d239e4
|
Cast daq_rec to the correct type
|
2020-05-04 12:45:27 +02:00 |
|
babic_a
|
5b6ddfc5f2
|
Unify data types to use a 2d HDF dataset
|
2020-05-04 12:44:56 +02:00 |
|
babic_a
|
5408be95e1
|
Reorder operations
|
2020-05-04 12:35:01 +02:00 |
|