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