Skip to content

Commit 5a649ce

Browse files
committed
Change to using asynNDArrayDriver::updateTimeStamps() method
1 parent 7b50bed commit 5a649ce

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pilatusApp/src/pilatusDetector.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,8 +1224,7 @@ void pilatusDetector::pilatusTask()
12241224
}
12251225
/* Put the frame number and time stamp into the buffer */
12261226
pImage->uniqueId = imageCounter;
1227-
pImage->timeStamp = startTime.secPastEpoch + startTime.nsec / 1.e9;
1228-
updateTimeStamp(&pImage->epicsTS);
1227+
updateTimeStamps(pImage);
12291228

12301229
/* Get any attributes that have been defined for this driver */
12311230
this->getAttributes(pImage->pAttributeList);

0 commit comments

Comments
 (0)