update the tiome stamp when scanning

This commit is contained in:
Jeff Hill
2001-07-03 18:50:24 +00:00
parent 803d57042d
commit 5a9517cc4c

View File

@@ -66,6 +66,8 @@ void exScalarPV::scan()
limit = (float) this->info.getLopr();
newValue = tsMax (newValue, limit);
*pDD = newValue;
aitTimeStamp gddts = this->currentTime;
pDD->setTimeStamp (&gddts);
status = this->update (pDD);
if (status!=S_casApp_success) {
errMessage (status, "scalar scan update failed\n");