mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-17 23:37:14 +02: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