7333909f6b
unnecessary hdf5 define, allows doxygen to include them
2020-06-24 09:10:54 +02:00
ba7f54744b
doc warnings fixed
2020-06-23 17:32:56 +02:00
Dhanya Thattil
da2ce03e1d
Merge pull request #108 from slsdetectorgroup/removeget
...
Removeget
2020-06-19 14:24:32 +02:00
Erik Fröjdh
5bf6b7a338
Refactor of ZmqSocket ( #109 )
...
Changed data type of address from char[1000] to string to reduce stack size of object.
Removed redundant calls to Close
Removed function exposing the socket descriptor
Using functions from network_utils instead of duplicates
Added tests
2020-06-19 12:41:03 +02:00
489fccb25c
removed GET_ flags, replaced -1 with GET_FLAG
2020-06-18 17:10:53 +02:00
7cc05ead89
WIP
2020-06-18 12:41:10 +02:00
1f3fd010a7
reordering WIP
2020-06-17 15:25:59 +02:00
b5781e1f9b
multisize to numberofdetectors
2020-06-17 09:57:56 +02:00
ab72d342c9
formatting
2020-06-10 17:29:28 +02:00
Erik Frojdh
265e96d675
clang-tidy nullptr
2020-06-10 08:27:35 +02:00
Dhanya Thattil
f5160b0978
exposing receiver thread ids to client ( #102 )
...
* exposing receiver thread ids to client
Co-authored-by: Erik Frojdh <erik.frojdh@gmail.com>
2020-06-09 16:18:37 +02:00
15eea51f12
gotthard2 new firmware veto header reduced to 16 (frames, bunchid)
2020-05-28 12:44:03 +02:00
46daa7e2de
merge from developer (mythen3 branch)
2020-05-27 14:19:33 +02:00
e0ea08332f
gotthard2: fix in rxr for gotthard2
2020-05-26 17:44:31 +02:00
6bdc506a34
veto header smaller size
2020-05-25 12:20:40 +02:00
0debd6a457
mythen3: auto mode does not ignore #triggers
2020-05-20 17:12:45 +02:00
3ebb1fca02
gui WIP
2020-05-20 11:51:18 +02:00
fa768e584e
rxr
2020-05-20 10:14:57 +02:00
Erik Frojdh
2c83abcac7
merged detFuncs for c and c++
2020-05-15 12:24:06 +02:00
Erik Frojdh
0dd5a099c8
renamed FixedCap.. to StaticVector
2020-05-15 09:03:23 +02:00
Dhanya Thattil
ad42a61bae
Merge branch 'developer' into gotthard2
2020-05-14 11:53:59 +02:00
cbc2856c1c
rxr should print ip, mac, when set from structure
2020-05-13 18:35:46 +02:00
eea67014b7
gotthard2 with veto data on second interface
2020-05-13 17:50:18 +02:00
Erik Frojdh
3962714b48
format + exception.cpp
2020-05-13 14:48:52 +02:00
Erik Frojdh
8ff9b0cdac
format GUI
2020-05-05 10:12:05 +02:00
Erik Frojdh
ea4044e4b1
format support lib
2020-05-05 10:07:19 +02:00
Erik Frojdh
e599bb7c24
format receiver
2020-05-05 10:04:52 +02:00
Erik Frojdh
3618f6e5d3
removed obsolete tests
2020-05-05 09:20:05 +02:00
9ae933b177
WIP
2020-04-30 18:04:30 +02:00
f87e8d3c19
WIP
2020-04-30 18:03:17 +02:00
903ebb2679
WIP
2020-04-30 17:58:31 +02:00
f41083842f
WIP
2020-04-30 17:09:14 +02:00
9a87ba610a
WIP
2020-04-30 15:26:50 +02:00
7224ad989a
WIP
2020-04-30 14:04:50 +02:00
3238ecfc8d
WIP
2020-04-29 18:02:57 +02:00
e3044689dd
WIP
2020-04-28 14:26:59 +02:00
Erik Frojdh
337e56d9bf
cleaned up LTO detection
2020-04-23 08:23:36 +02:00
Erik Fröjdh
c1ae67ac46
Small refactor on ThreadObject and listener ( #93 )
...
* removed pointer, slight cleaning of loop
* removed semaphore, use getters
* removed redundant log msg
* removed comment
* added const
* removed comment
* changed header
2020-04-21 09:45:29 +02:00
Erik Frojdh
8afa11ed33
removed pointer to server socket
2020-04-20 17:20:33 +02:00
Erik Frojdh
bc389f4825
moved data members to top
2020-04-20 14:51:48 +02:00
Erik Frojdh
095ced153c
removed need for pointer
2020-04-20 14:31:10 +02:00
Erik Frojdh
a1a5a20845
from thread sanitizer
2020-04-17 09:35:38 +02:00
Erik Frojdh
c725a05ef8
fix RH7
2020-04-16 15:51:28 +02:00
Erik Frojdh
815b6a37aa
moved flag to base class
2020-04-16 13:22:51 +02:00
Erik Frojdh
655a410d43
cleaned up UdpRxSocket
2020-04-16 09:45:44 +02:00
6dd6685e7d
minor
2020-04-09 08:24:16 +02:00
38c31fdada
WIP
2020-04-08 20:27:10 +02:00
55f8497eac
WIP
2020-04-08 11:05:06 +02:00
9f3ad4e2f4
merge from 4.2.0
2020-04-07 15:14:27 +02:00
Dhanya Thattil
fdb6e3f3d4
Removeshm ( #90 )
...
* eiger: moved rate correction outside, fixed threshold energy bug in client (binaries not updated yet)
* removed dr and deadtiem from shm
* help for rx_status and status to point them to rx_Start, rx_stop, start and stop
* moved progress to receiver
* removed currentsettings from eiger shm
* updated server binaries, and client api
* moench and ctb virtual servers compile fix
* gui: moved acquire to a concurrent qt thread so it doesnt block updateplot
2020-04-06 10:44:44 +02:00