From 3a24dd2396b120f217e92fd362b5c7e50d55197d Mon Sep 17 00:00:00 2001 From: l_maliakal_d Date: Fri, 16 Mar 2012 15:48:09 +0000 Subject: [PATCH] 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 --- slsDetectorSoftware/slsDetector/slsDetector.h | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/slsDetectorSoftware/slsDetector/slsDetector.h b/slsDetectorSoftware/slsDetector/slsDetector.h index 79391a953..f12bb81d5 100644 --- a/slsDetectorSoftware/slsDetector/slsDetector.h +++ b/slsDetectorSoftware/slsDetector/slsDetector.h @@ -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