Merge pull request #31 from mrkraimer/master
PVRecord::process DO NOT set userTag
This commit is contained in:
@ -112,6 +112,7 @@ void PVRecord::process()
|
||||
cout << "PVRecord::process() " << recordName << endl;
|
||||
}
|
||||
if(pvTimeStamp.isAttached()) {
|
||||
pvTimeStamp.get(timeStamp);
|
||||
timeStamp.getCurrent();
|
||||
pvTimeStamp.set(timeStamp);
|
||||
}
|
||||
|
Reference in New Issue
Block a user