Skip to content

Commit

Permalink
Merge pull request #10 from mp49/master
Browse files Browse the repository at this point in the history
andor3.cpp: remove the hard coded time stamp offset (631152000) so we…
  • Loading branch information
MarkRivers authored Aug 7, 2019
2 parents b5a0d98 + bbc377f commit efba947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion andor3App/src/andor3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ void andor3::imageTask()
}
if(pImage) {
pImage->uniqueId = count;
pImage->timeStamp = 631152000 + imageStamp.secPastEpoch +
pImage->timeStamp = imageStamp.secPastEpoch +
(imageStamp.nsec / 1.0e9);
updateTimeStamp(&pImage->epicsTS);

Expand Down

0 comments on commit efba947

Please sign in to comment.