minor changes

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@747 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2014-03-04 09:44:12 +00:00
parent dd1f4ca250
commit f55aebc79b
7 changed files with 24 additions and 22 deletions

View File

@@ -784,7 +784,7 @@ int slsReceiverFunctionList::setupWriter(){
}
//wait till its created
while(createfile_mask){
cout<<"*"<<flush;
//cout<<"*"<<flush;
usleep(5000);
}
if (createfile_mask)
@@ -851,6 +851,8 @@ int slsReceiverFunctionList::createNewFile(int ithr){
//setting buffer
setvbuf(sfilefdAll[ithr],NULL,_IOFBF,BUF_SIZE);
cout << "File Created:" << savefilename << endl;
//reset counters for each new file
if(packetsCaught){
prevframenum = currframenum;