Skip to content

Commit

Permalink
Change to using asynNDArrayDriver::updateTimeStamps() method
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkRivers committed Nov 16, 2023
1 parent 7b50bed commit 5a649ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pilatusApp/src/pilatusDetector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5a649ce

Please sign in to comment.