diff --git a/slsDetectorSoftware/bin/libSlsDetector.so.1.0.1 b/slsDetectorSoftware/bin/libSlsDetector.so.1.0.1 index f1492224c..c67f4d11a 100755 Binary files a/slsDetectorSoftware/bin/libSlsDetector.so.1.0.1 and b/slsDetectorSoftware/bin/libSlsDetector.so.1.0.1 differ diff --git a/slsDetectorSoftware/commonFiles/sls_detector_defs.h b/slsDetectorSoftware/commonFiles/sls_detector_defs.h index db20a7f76..ce40f56b5 100755 --- a/slsDetectorSoftware/commonFiles/sls_detector_defs.h +++ b/slsDetectorSoftware/commonFiles/sls_detector_defs.h @@ -152,7 +152,8 @@ enum dimension { */ enum { OK, /**< function succeeded */ - FAIL /**< function failed */ + FAIL, /**< function failed */ + FINISHED /**< function failed */ }; /** @@ -294,6 +295,15 @@ enum timerIndex { CYCLES_NUMBER /**< number of cycles: total number of acquisitions is number or frames*number of cycles */ }; +/** + important speed parameters +*/ +enum speedVariable { + CLOCK_DIVIDER, /**< readout clock divider */ + WAIT_STATES, /**< wait states for bus read */ + SET_SIGNAL_LENGTH /**< set/clear signal length */ +}; + /** readout flags */ @@ -350,7 +360,6 @@ enum { F_SET_EXTERNAL_COMMUNICATION_MODE, /**< set/get external communication mode (obsolete) */ - // Tests and identification F_GET_ID, /**< get detector id of version */ @@ -405,6 +414,8 @@ enum { F_SET_READOUT_FLAGS, /**< set/get readout flags */ F_SET_ROI, /**< set/get region of interest */ + F_SET_SPEED, /**< set/get readout speed parameters */ + //Trimming F_EXECUTE_TRIMMING, /**< execute trimming */ diff --git a/slsDetectorSoftware/docs/html/MySocketTCP_8cxx.html b/slsDetectorSoftware/docs/html/MySocketTCP_8cxx.html index eefa5dba5..995e4c29b 100644 --- a/slsDetectorSoftware/docs/html/MySocketTCP_8cxx.html +++ b/slsDetectorSoftware/docs/html/MySocketTCP_8cxx.html @@ -25,7 +25,7 @@