mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 06:50:02 +02:00
got rid of fifo full message in receiver
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@369 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
parent
3b2a8ea13a
commit
f20e40025b
@ -249,7 +249,7 @@ int slsReceiverFunctionList::startListening(){
|
||||
if(listening_thread_running){
|
||||
//s.assign(buffer);
|
||||
if(fifo->isFull())
|
||||
cout<<"**********************FIFO FULLLLLLLL************************"<<endl;
|
||||
;//cout<<"**********************FIFO FULLLLLLLL************************"<<endl;
|
||||
else{
|
||||
cout<<"read index:"<<(int)(*(int*)buffer)<<endl;
|
||||
dataReadFrame = new dataStruct;
|
||||
|
Loading…
x
Reference in New Issue
Block a user