mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
Udpsocket (#507)
* udp socket refactor from reuss: closing socket before throwing for bind error in constructor, closing socket at destructor and not at shutdown to allow other thread to read with a -1, so the object can still be accessed * check for size of packet for every detector * nullptr to unique ptr to call its destructor, when deallocating resources moved out of shutdown * minor
This commit is contained in:
@ -85,6 +85,7 @@ This document describes the differences between v7.0.0 and v6.x.x
|
||||
- number of storage cells is not updated in teh receiver. done. and also allowing it to be modified in running status
|
||||
- refactored memory structure in receiver and listener code (maybe resolves stuck issue, need to check)
|
||||
- callback modified to have rx header and not rx header pointer
|
||||
- rx udp socket refactored (maybe resolves getting stuck?)remove check for eiger header and isntead checks for malformed packets for every detector
|
||||
-help should not create a new object
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user