Merge pull request #31 from mrkraimer/master

PVRecord::process DO NOT set userTag
This commit is contained in:
Marty Kraimer
2017-11-09 09:43:31 -05:00
committed by GitHub

View File

@ -112,6 +112,7 @@ void PVRecord::process()
cout << "PVRecord::process() " << recordName << endl;
}
if(pvTimeStamp.isAttached()) {
pvTimeStamp.get(timeStamp);
timeStamp.getCurrent();
pvTimeStamp.set(timeStamp);
}