mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-21 08:51:41 +01:00
Gotthard class implemented
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@34 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@@ -150,7 +150,7 @@ int M_nofunc(int fnum){
|
||||
printf(mess);
|
||||
sendDataOnly(&retval,sizeof(retval));
|
||||
sendDataOnly(mess,sizeof(mess));
|
||||
return -1;
|
||||
return GOODBYE;
|
||||
}
|
||||
|
||||
|
||||
@@ -825,6 +825,14 @@ int set_dac(int fnum) {
|
||||
case PREAMP:
|
||||
idac=RGPR;
|
||||
break;
|
||||
/***************************************************************
|
||||
add possible potentiometers like in chiptest board!!!!!!!!!!!!!!!
|
||||
|
||||
****************************************************************/
|
||||
|
||||
|
||||
|
||||
|
||||
default:
|
||||
printf("Unknown DAC index %d\n",ind);
|
||||
sprintf(mess,"Unknown DAC index %d\n",ind);
|
||||
|
||||
Reference in New Issue
Block a user