use new updateTimeStamps method

This commit is contained in:
James Souter
2023-11-17 09:17:23 +00:00
parent 2c4265d493
commit 9a077b0704

View File

@@ -1647,8 +1647,7 @@ void AndorCCD::dataTask(void)
}
/* Put the frame number and time stamp into the buffer */
pArray->uniqueId = imageCounter;
updateTimeStamp(&pArray->epicsTS);
pArray->timeStamp = pArray->epicsTS.secPastEpoch + pArray->epicsTS.nsec / 1.e9;
updateTimeStamps(pArray);
/* Get any attributes that have been defined for this driver */
this->getAttributes(pArray->pAttributeList);
/* Call the NDArray callback */