moved the test function from protected

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@152 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2012-03-16 15:48:09 +00:00
parent c822b064ab
commit 3a24dd2396

View File

@ -1337,6 +1337,9 @@ typedef struct sharedSlsDetector {
*/
int sendImageToDetector(imageType index,short int arg[]);
/** temporary test fucntion */
int testFunction(int times=0);
/**
Sets/gets the synchronization mode of the various detectors
\param sync syncronization mode can be GET_SYNCHRONIZATION_MODE, NONE, MASTER_GATES, MASTER_TRIGGERS, SLAVE_STARTS_WHEN_MASTER_STOPS
@ -1462,14 +1465,6 @@ typedef struct sharedSlsDetector {
char* setServerMAC(string serverMAC);
/** temporary test fucntion */
int testFunction(int times=0);
};
#endif