now the read/reset counter block and loadimage for gotthard works

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@160 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2012-03-23 11:17:39 +00:00
parent c0a69ebc2d
commit 47312e625c
2 changed files with 72 additions and 3 deletions

View File

@ -948,7 +948,25 @@ class multiSlsDetector : public slsDetectorUtils {
\sa mythenDetector::readDataFile
*/
int readDataFile(string fname, int *data);
/**
writes the counter memory block from the detector
\param startACQ is 1 to start acquisition after reading counter
\param fname file name to load data from
\returns OK or FAIL
*/
int writeCounterBlockFile(string const fname,int startACQ=0);
/**
Resets counter in detector
\param startACQ is 1 to start acquisition after resetting counter
\returns OK or FAIL
*/
int resetCounterBlock(int startACQ=0);
protected: