added loadimage function

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@147 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2012-03-16 13:06:28 +00:00
parent 2076fb75f5
commit af864279a5
2 changed files with 40 additions and 7 deletions

View File

@ -493,7 +493,7 @@ class multiSlsDetector : public slsDetectorUtils {
\returns pointer to the data or NULL. If NULL disconnects the socket
\sa getDataFromDetector
*/
int* getDataFromDetector();
int* getDataFromDetector();
/**
asks and receives a data frame from the detector and puts it in the data queue
@ -853,9 +853,6 @@ class multiSlsDetector : public slsDetectorUtils {
int configureMAC();
int setNumberOfModules(int i=-1, dimension d=X);
int getMaxNumberOfModules(dimension d=X);
int setDynamicRange(int i=-1);