Dhanya Thattil
771b1e7877
rx_arping for 10g mode ( #359 )
...
* test for rx_arping
* arping ip and interface from client interface
* apring thread added to thread ids
* clean code for thread for arping
* removing the assumption that udpip1 fill be updated along with udpip2
* review, replacing syscall(sys_gettid) with gettid()
2022-02-04 10:12:57 +01:00
0d0429983b
Merge branch 'developer' into rxframeindex
2022-01-26 14:42:55 +01:00
bf43b003b6
using xy instead of portGeometry
2022-01-24 15:42:25 +01:00
5f40e32924
rxr: frame number should be forwarded to caught frame number for discard partial frames or discardemptyframe mode, currentframeindex command should point to listener current frame index and not dataprocessors index
2022-01-21 14:46:38 +01:00
b39c64032d
clang format
2021-10-19 14:49:43 +02:00
dac60ad76d
added .cpp licenses
2021-10-15 15:47:04 +02:00
bb1ad0c905
merge fix
2021-10-07 16:11:19 +02:00
46a8a2461c
Removed Padding option for Deactivated half modules.
2021-10-06 15:11:17 +02:00
34fb823675
changing ports only in shared memory and not going to detector/receiver server to change current tcp port
2021-10-06 14:24:57 +02:00
732270f437
renaming sls and detectors to modules, multis to detector
2021-09-15 14:53:31 +02:00
c8ea0c8ede
setmoduleid removed, moduleId changed to moduleIndex in client to minimize confusion
2021-09-09 11:17:24 +02:00
25d03f949e
partialread changed to readnrows
2021-08-31 16:46:49 +02:00
204a4764b9
fixed for virtual servers rr
2021-08-31 11:42:17 +02:00
5790e4961b
wip
2021-08-13 17:10:46 +02:00
62d697e91f
readnlines->partialread, better debugging for TCP socket interface bug
2021-08-13 12:34:50 +02:00
619f3b71c1
flippeddataoverxaxis changed to flipRows
2021-08-05 14:44:25 +02:00
8ba37e99a7
added enum left right top bottom
2021-07-21 09:25:27 +02:00
ec7ba7c508
wip to change to enum for portposition
2021-07-20 16:05:08 +02:00
fdf6632356
wip
2021-07-05 15:20:34 +02:00
Dhanya Thattil
f9f50f1d84
M3settings ( #228 )
...
* added temp m3 settings files
* renames settings noise to trim
* get threshold for M3
* some changes to compile on RH7 and in the server to load the default chip status register at startup
* Updated mythen3DeectorServer_developer executable with correct initialization at startup
Co-authored-by: Erik Frojdh <erik.frojdh@gmail.com>
Co-authored-by: Anna Bergamaschi <anna.bergamaschi@psi.ch>
2021-01-14 12:34:13 +01:00
Erik Fröjdh
a15d8dd30a
Moving headers into include/sls ( #212 )
2020-11-02 16:05:28 +01:00
6c1035aa99
zmq hwm are specified to 2 for gui and restreaming of receiver if all zmq not closed at end of acquiistion
2020-10-08 13:01:01 +02:00
Dhanya Thattil
fe81963873
rxr: udp socket size max of INT_MAX/2 ( #191 )
2020-09-25 10:15:39 +02:00
f0c576c779
WIP
2020-09-07 11:15:51 +02:00
5b182469a1
rxr: fixed all updates from rxParameters, connected them in masterAttributes, added json header and scan parametes in metadata
2020-09-04 13:49:30 +02:00
abe34d573c
WIP
2020-09-02 16:15:33 +02:00
de69e666a9
progress changed to double
2020-08-14 12:16:35 +02:00
7b6f4d0b5b
rxr chrono
2020-08-05 12:07:45 +02:00
Erik Frojdh
69d9680034
mior
2020-08-05 10:17:47 +02:00
Erik Frojdh
ab05da4d0e
clean up
2020-08-05 09:13:53 +02:00
Erik Frojdh
e1de2f72ba
partial clean2
2020-08-04 17:40:17 +02:00
Erik Frojdh
857aa47ee7
partial clean
2020-08-04 17:00:20 +02:00
Erik Frojdh
a70d4e1e5d
Merge branch 'developer' of github.com:slsdetectorgroup/slsDetectorPackage into developer
2020-08-04 15:38:45 +02:00
Erik Frojdh
3301a80d99
send string
2020-08-04 15:38:38 +02:00
Dhanya Thattil
ce25b3018c
Merge pull request #126 from slsdetectorgroup/m3
...
M3
2020-08-04 15:21:30 +02:00
Erik Frojdh
4174d193b4
removed exec_command from ClientInterface
2020-08-04 10:50:57 +02:00
8631f5e2b0
m3: counter mask in master file
2020-08-03 16:39:31 +02:00
885b22eca8
ratecorrectiosn addded to master file
2020-07-31 18:38:27 +02:00
Erik Fröjdh
1177e54602
Remove VLAs ( #124 )
...
Removing the use of VLAs in the client and receiver side code. In addition cleaning up sending jsonheader
2020-07-30 18:22:39 +02:00
a76ed6d8db
tengiga enable
2020-07-17 18:34:23 +02:00
b7cb341ee3
dr
2020-07-17 17:33:43 +02:00
67bb0dff1a
rx_zmqstartfnum, not tested
2020-07-16 12:18:18 +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
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
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
fa768e584e
rxr
2020-05-20 10:14:57 +02:00