mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 04:29:22 +01:00
check for why gui doesnt show all data
This commit is contained in:
@@ -5249,6 +5249,7 @@ void multiSlsDetector::readFrameFromReceiver(){
|
|||||||
|
|
||||||
|
|
||||||
volatile uint64_t dataThreadMask = 0x0;
|
volatile uint64_t dataThreadMask = 0x0;
|
||||||
|
cout<<"numreadouts:"<<numReadouts<<endl;
|
||||||
for(int i = 0; i < numReadouts; ++i)
|
for(int i = 0; i < numReadouts; ++i)
|
||||||
dataThreadMask|=(1<<i);
|
dataThreadMask|=(1<<i);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user