mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-01 12:44:57 +01: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