mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 00:07:13 +02:00
exception messages (#656)
* fix exception messages for more printout about sockets or more detail
This commit is contained in:
@ -323,7 +323,7 @@ class Implementation : private virtual slsDetectorDefs {
|
||||
|
||||
// acquisition
|
||||
std::atomic<runStatus> status{IDLE};
|
||||
bool stoppedFlag{false};
|
||||
std::atomic<bool> stoppedFlag{false};
|
||||
scanParameters scanParams{};
|
||||
|
||||
// network configuration (UDP)
|
||||
|
Reference in New Issue
Block a user