mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 09:08:00 +02:00
fixed the problem with multiple frame scan, frame index and file index included in gui
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@344 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -392,7 +392,7 @@ int stopReceiver(){
|
||||
|
||||
char* readFrame(){
|
||||
int i;
|
||||
for(i=0;i<10;i++){
|
||||
for(i=0;i<20;i++){
|
||||
if ((((int)*((int*)buffer))%2)!=0)
|
||||
break;
|
||||
else
|
||||
|
Reference in New Issue
Block a user