Setonline (#42)

* setonline and setreceiveronline removed from command line

* removed multi shm rxr online flag

* setonine and setreceiveronline not needed in gui
This commit is contained in:
Dhanya Thattil
2019-07-24 16:25:03 +02:00
committed by Erik Fröjdh
parent c8d9503d5f
commit fb2c015c5c
4 changed files with 13 additions and 102 deletions

View File

@ -16,7 +16,7 @@ class detectorData;
#include <thread>
#include <vector>
#define MULTI_SHMVERSION 0x181002
#define MULTI_SHMVERSION 0x190724
#define SHORT_STRING_LENGTH 50
#define DATE_LENGTH 30
@ -93,10 +93,6 @@ struct sharedMultiSlsDetector {
/** flag for acquiring */
bool acquiringFlag;
/** receiver online flag - is set if the receiver is connected,
* unset if socket connection is not possible */
int receiverOnlineFlag;
/** data streaming (up stream) enable in receiver */
bool receiver_upstream;
};