mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 04:47:14 +02:00
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:

committed by
Erik Fröjdh

parent
c8d9503d5f
commit
fb2c015c5c
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user