mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 16:27:13 +02:00
trying
This commit is contained in:
@ -296,9 +296,9 @@ int slsReceiverTCPIPInterface::decode_function(){
|
|||||||
cout << "size of data received " << n <<endl;
|
cout << "size of data received " << n <<endl;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef VERYVERBOSE
|
//#ifdef VERYVERBOSE
|
||||||
cout << "calling function fnum = "<< fnum << hex << ":"<< flist[fnum] << endl;
|
cout << "calling function fnum = "<< fnum << dec << ":"<< flist[fnum] << endl;
|
||||||
#endif
|
//#endif
|
||||||
|
|
||||||
if (fnum<0 || fnum>numberOfFunctions-1)
|
if (fnum<0 || fnum>numberOfFunctions-1)
|
||||||
fnum = numberOfFunctions-1;
|
fnum = numberOfFunctions-1;
|
||||||
|
Reference in New Issue
Block a user