can set zmqport from receiver, ensured proper destructors, and ctrl c should kill it

This commit is contained in:
Dhanya Maliakal
2017-07-13 12:17:49 +02:00
parent 672c42a20e
commit 39560969f4
22 changed files with 217 additions and 119 deletions

View File

@ -12,8 +12,8 @@ using namespace std;
ThreadObject::ThreadObject(int ind):
index(ind),
ThreadObject::ThreadObject():
index(0),
alive(false),
killThread(false),
thread(0)