slsReceiver now uses the slsReceiverUsers class

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@501 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
bergamaschi
2013-04-04 09:46:16 +00:00
parent 4a133d8f6e
commit 34a2f92cb4
10 changed files with 22 additions and 20 deletions

View File

@ -432,8 +432,9 @@ int receiveModule(int file_des, sls_detector_module* myMod) {
int nChans, nchanold=myMod->nchan, nchandiff;
int nDacs, ndold=myMod->ndac, ndacdiff;
int nAdcs, naold=myMod->nadc, nadcdiff;
// int id=0;
#ifdef VERBOSE
int id=0;
#endif
ts+= receiveDataOnly(file_des,myMod,sizeof(sls_detector_module));
myMod->dacs=dacptr;