We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b50bed commit 5a649ceCopy full SHA for 5a649ce
1 file changed
pilatusApp/src/pilatusDetector.cpp
@@ -1224,8 +1224,7 @@ void pilatusDetector::pilatusTask()
1224
}
1225
/* Put the frame number and time stamp into the buffer */
1226
pImage->uniqueId = imageCounter;
1227
- pImage->timeStamp = startTime.secPastEpoch + startTime.nsec / 1.e9;
1228
- updateTimeStamp(&pImage->epicsTS);
+ updateTimeStamps(pImage);
1229
1230
/* Get any attributes that have been defined for this driver */
1231
this->getAttributes(pImage->pAttributeList);
0 commit comments