mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 06:50:02 +02:00
got rif of unnnecessary couts for receiver part in processing
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@326 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
parent
439c2b1de8
commit
b29d8d33f0
@ -371,9 +371,8 @@ void* postProcessing::processData(int delflag) {
|
|||||||
int prevCaught=getCurrentFrameIndex();
|
int prevCaught=getCurrentFrameIndex();
|
||||||
int caught=0;
|
int caught=0;
|
||||||
while(getRunStatus()!=IDLE){
|
while(getRunStatus()!=IDLE){
|
||||||
//while((getCurrentProgress()<100)&&(getReceiverStatus()==RUNNING)){
|
|
||||||
caught=getCurrentFrameIndex();
|
caught=getCurrentFrameIndex();
|
||||||
incrementProgress(caught-prevCaught);cout<<endl;
|
incrementProgress(caught-prevCaught);
|
||||||
prevCaught=caught;
|
prevCaught=caught;
|
||||||
usleep(1000000);
|
usleep(1000000);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user