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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user