done update

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@88 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2012-01-10 17:53:32 +00:00
parent fceb4d63f8
commit 80bbea0b6f
2 changed files with 40 additions and 15 deletions

View File

@ -360,6 +360,11 @@ typedef struct sharedSlsDetector {
*/
static int exists(int i);
/**
configures mac for gotthard readout
*/
int configureMAC();
/**
Purely virtual function
Should be implemented in the specific detector class
@ -374,11 +379,6 @@ typedef struct sharedSlsDetector {
*/
virtual int writeConfigurationFile(string const fname);
/**
configures mac for gotthard readout
*/
int configureMAC();
/*
It should be possible to dump all the settings of the detector (including trimbits, threshold energy, gating/triggering, acquisition time etc.
in a file and retrieve it for repeating the measurement with identicals ettings, if necessary