eiger setting dac works now and setsettings.. need to work on trimbits

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@620 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2013-06-20 08:46:47 +00:00
parent e8f3a5aad4
commit 6d4e5aa1af
3 changed files with 14 additions and 5 deletions

View File

@ -27,5 +27,10 @@
#define DYNAMIC_RANGE 16
#ifdef EIGERD
enum detDacIndex{SVP,SVN,VTR,VRF,VRS,VTGSTV,VCMP_LL,VCMP_LR,CAL,VCMP_RL,VCMP_RR,RXB_RB,RXB_LB,VCP,VCN,VIS};
#else
enum detDacIndex{none};
#endif
#endif /* SLSDETECTORSERVER_DEFS_H_ */