mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 04:47:14 +02:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user