Added call to updateTimeStamp

git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@16860 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
This commit is contained in:
rivers
2013-09-15 15:44:37 +00:00
parent 5be77b2965
commit 4f5f4c8b77

View File

@@ -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 */