mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-17 07:17:13 +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:
@ -249,7 +249,7 @@ int slsReceiverFunctionList::startListening(){
|
|||||||
if(listening_thread_running){
|
if(listening_thread_running){
|
||||||
//s.assign(buffer);
|
//s.assign(buffer);
|
||||||
if(fifo->isFull())
|
if(fifo->isFull())
|
||||||
cout<<"**********************FIFO FULLLLLLLL************************"<<endl;
|
;//cout<<"**********************FIFO FULLLLLLLL************************"<<endl;
|
||||||
else{
|
else{
|
||||||
cout<<"read index:"<<(int)(*(int*)buffer)<<endl;
|
cout<<"read index:"<<(int)(*(int*)buffer)<<endl;
|
||||||
dataReadFrame = new dataStruct;
|
dataReadFrame = new dataStruct;
|
||||||
|
Reference in New Issue
Block a user