PVRecord::process DO NOT set userTag

This commit is contained in:
mrkraimer
2017-11-09 09:09:44 -05:00
parent 977f078246
commit ae97789beb

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);
}