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
|
88364592bf
|
Add first BufferUdpReceiver test
|
2020-05-11 17:13:20 +02:00 |
|
babic_a
|
04b71f7762
|
Remove FastQueue from sf_buffer
|
2020-05-11 13:56:17 +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
|
92b4041070
|
Make udp receiver return the pulse_id
|
2020-05-11 13:46:22 +02:00 |
|
babic_a
|
5df92a976e
|
Improve logic for loaded packet
|
2020-05-11 13:46:05 +02:00 |
|
babic_a
|
e6387fe8bf
|
Include missing header
|
2020-05-11 13:45:55 +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
|
fada8a7ec6
|
Make IPC address a parameter in buffer config
|
2020-05-11 12:34:30 +02:00 |
|
babic_a
|
67e59c8360
|
New class BufferUdpReceiver
|
2020-05-11 12:31:56 +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 |
|
babic_a
|
5beb8a3c35
|
Transition to local variables instead of pointers
|
2020-05-11 11:23:11 +02:00 |
|
babic_a
|
4b64e56ccb
|
Remove unused import from sf_buffer
|
2020-05-11 11:17:01 +02:00 |
|
babic_a
|
b9f912b4a1
|
First iteration of code merge
|
2020-05-11 11:16:39 +02:00 |
|
babic_a
|
ecff615368
|
Update README with useful links
|
2020-05-11 10:47:26 +02:00 |
|
babic_a
|
ad6b0f66be
|
Remove CLion folders
|
2020-05-11 10:47:11 +02:00 |
|
Dmitry Ozerov
|
dd3d5a80c4
|
correctly fill number of requested pulses in output file, stop in receiver before buffer is filled, if number of pulses is less then buffer
|
2020-05-10 00:01:41 +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 |
|
Dmitry Ozerov
|
ce937f3597
|
restart JF07-stream automatically in 10 seconds if failed
|
2020-05-09 22:25:01 +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
|
e097e38365
|
Remove DEBUG_OUTPUT as its not very useful
|
2020-05-08 13:59:36 +02:00 |
|
babic_a
|
ed2bcab1ba
|
Wait forever until the writer gets all the packets
|
2020-05-08 11:49:56 +02:00 |
|
babic_a
|
30a267bfdd
|
Revert back
|
2020-05-08 11:41:41 +02:00 |
|
babic_a
|
fd33f72a09
|
Invert bind and connect among replay and writer
|
2020-05-08 11:39:36 +02:00 |
|
babic_a
|
6ff82c4b09
|
Fix current pulse_id increase
|
2020-05-08 11:33:39 +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 |
|
babic_a
|
ea909d1e7e
|
Merge remote-tracking branch 'origin/master'
|
2020-05-07 17:00:29 +02:00 |
|
babic_a
|
da4108832d
|
Pass start_pulse_id to recv thread and check pulses
|
2020-05-07 17:00:23 +02:00 |
|
Dmitry Ozerov
|
b50aa30ae9
|
initial script to retrieve data from a data buffer
|
2020-05-07 16:48:39 +02:00 |
|
Dmitry Ozerov
|
65aefd1a90
|
add base directory path to buffer
|
2020-05-07 16:41:27 +02:00 |
|
babic_a
|
36e73e108a
|
Update README with schema
|
2020-05-07 16:33:45 +02:00 |
|
Andrej Babič
|
e52c6a2f3c
|
Latest diagram updates
|
2020-05-07 16:31:21 +02:00 |
|
babic_a
|
71509a8820
|
Move drawing to docs folder
|
2020-05-07 16:26:25 +02:00 |
|
Andrej Babič
|
5ecb5498d4
|
Latest updates on drawings
|
2020-05-07 13:04:39 +02:00 |
|
Andrej Babič
|
7ffdf24dd3
|
Adding buffer drawings
|
2020-05-07 10:23:58 +02:00 |
|
babic_a
|
e65031cc66
|
Add example how to create symbolic links
|
2020-05-07 10:14:14 +02:00 |
|
babic_a
|
80686f61d4
|
Updated install instructions
|
2020-05-07 10:07:22 +02:00 |
|
babic_a
|
0961490f80
|
Add jsoncpp to sf_stream
|
2020-05-07 10:04:06 +02:00 |
|
babic_a
|
5fd6bd5ee7
|
Remove unused packages from build
|
2020-05-07 10:00:03 +02:00 |
|
babic_a
|
257f2e488d
|
SWMR test no longer relevant
|
2020-05-07 09:57:58 +02:00 |
|
babic_a
|
77feefd681
|
Comment out SWMR code
We will keep it for a bit longer for reference.
|
2020-05-07 09:57:19 +02:00 |
|