smaller changes to make arguments const

This commit is contained in:
Dhanya Maliakal
2016-11-25 12:22:00 +01:00
parent c70f453de4
commit 52dbb7f9fc
5 changed files with 7 additions and 6 deletions

View File

@ -5599,6 +5599,7 @@ char* slsDetector::setReceiver(string receiverIP){
setTimer(FRAME_PERIOD,thisDetector->timerValue[FRAME_PERIOD]);
setTimer(FRAME_NUMBER,thisDetector->timerValue[FRAME_NUMBER]);
setTimer(ACQUISITION_TIME,thisDetector->timerValue[ACQUISITION_TIME]);
setDynamicRange(thisDetector->dynamicRange);
if(thisDetector->myDetectorType == EIGER)
activate(-1);