Added comments about my changes

git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@14418 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
This commit is contained in:
rivers
2012-02-02 18:14:54 +00:00
parent dc2a6451b2
commit 7886be93c7
+4
View File
@@ -6,6 +6,8 @@
*
* Updated Dec 2011 for Asyn 4-17 and areaDetector 1-7
*
* Major updates to get callbacks working, etc. by Mark Rivers Feb. 2011
*
*/
#include <iostream>
@@ -774,6 +776,8 @@ asynStatus AndorCCD::setupAcquisition()
setIntegerParam(ADSizeY, sizeY);
}
// Note: we do triggerMode and adcChannel in this function because they change
// the computed actual AcquirePeriod and AccumulatePeriod
getIntegerParam(ADTriggerMode, &triggerMode);
getIntegerParam(AndorAdcSpeed, &adcChannel);