From 5a649ceb3392b581a19c005db6584fde73ab6ded Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Thu, 16 Nov 2023 10:40:22 -0600 Subject: [PATCH] Change to using asynNDArrayDriver::updateTimeStamps() method --- pilatusApp/src/pilatusDetector.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pilatusApp/src/pilatusDetector.cpp b/pilatusApp/src/pilatusDetector.cpp index 350a94b..14c62c2 100644 --- a/pilatusApp/src/pilatusDetector.cpp +++ b/pilatusApp/src/pilatusDetector.cpp @@ -1224,8 +1224,7 @@ void pilatusDetector::pilatusTask() } /* Put the frame number and time stamp into the buffer */ pImage->uniqueId = imageCounter; - pImage->timeStamp = startTime.secPastEpoch + startTime.nsec / 1.e9; - updateTimeStamp(&pImage->epicsTS); + updateTimeStamps(pImage); /* Get any attributes that have been defined for this driver */ this->getAttributes(pImage->pAttributeList);