mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-12-30 16:11:19 +01:00
can set zmqport from receiver, ensured proper destructors, and ctrl c should kill it
This commit is contained in:
@@ -12,8 +12,8 @@ using namespace std;
|
||||
|
||||
|
||||
|
||||
ThreadObject::ThreadObject(int ind):
|
||||
index(ind),
|
||||
ThreadObject::ThreadObject():
|
||||
index(0),
|
||||
alive(false),
|
||||
killThread(false),
|
||||
thread(0)
|
||||
|
||||
Reference in New Issue
Block a user