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