From 4f5f4c8b77e5877ad8e8923e381979989980e9da Mon Sep 17 00:00:00 2001 From: rivers Date: Sun, 15 Sep 2013 15:44:37 +0000 Subject: [PATCH] Added call to updateTimeStamp git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@16860 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- ADApp/andorSrc/andorCCD.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ADApp/andorSrc/andorCCD.cpp b/ADApp/andorSrc/andorCCD.cpp index cae751b..591428c 100755 --- a/ADApp/andorSrc/andorCCD.cpp +++ b/ADApp/andorSrc/andorCCD.cpp @@ -1269,6 +1269,7 @@ void AndorCCD::dataTask(void) /* Put the frame number and time stamp into the buffer */ pArray->uniqueId = imageCounter; pArray->timeStamp = startTime.secPastEpoch + startTime.nsec / 1.e9; + updateTimeStamp(&pArray->epicsTS); /* Get any attributes that have been defined for this driver */ this->getAttributes(pArray->pAttributeList); /* Call the NDArray callback */