From befc5af5aa537ca3456f377b11e7c31895eeb7fe Mon Sep 17 00:00:00 2001 From: rivers Date: Thu, 2 Feb 2012 20:10:18 +0000 Subject: [PATCH] Added documentation comments git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@14424 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- ADApp/andorSrc/andorCCD.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ADApp/andorSrc/andorCCD.cpp b/ADApp/andorSrc/andorCCD.cpp index c3c6330..84b6e9f 100755 --- a/ADApp/andorSrc/andorCCD.cpp +++ b/ADApp/andorSrc/andorCCD.cpp @@ -1135,8 +1135,9 @@ static void andorDataTaskC(void *drvPvt) * @param portName The ASYN port. * @param maxBuffers The maximum number of data frame buffers for the ADDriver class. * @param maxMemory The maximum memory size allowed in the ADDriver class. - * @param maxSizeX The maximum X dimension of the detector. - * @param maxSizeY The maximum Y dimension of the detector. + * @param installPath The path to the Andor installation directory. Only required for older detectors. + * @param priority The priority of the asyn port driver + * @param stackSize The stack size for the asyn port driver and the other threads created by this driver */ extern "C" { int andorCCDConfig(const char *portName, int maxBuffers, size_t maxMemory,