mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 12:27:14 +02:00
not much change
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@421 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -354,14 +354,14 @@ void* postProcessing::processData(int delflag) {
|
||||
/* IF THERE ARE DATA PROCESS THEM*/
|
||||
while((queuesize=dataQueueSize())>0) {
|
||||
/** Pop data queue */
|
||||
#ifdef VERBOSE
|
||||
//#ifdef VERBOSE
|
||||
cout << "data found"<< endl;
|
||||
#endif
|
||||
//#endif
|
||||
|
||||
myData=dataQueueFront(); // get the data from the queue
|
||||
#ifdef VERBOSE
|
||||
//#ifdef VERBOSE
|
||||
cout << "got them"<< endl;
|
||||
#endif
|
||||
//#endif
|
||||
|
||||
if (myData) {
|
||||
processFrame(myData,delflag);
|
||||
|
Reference in New Issue
Block a user