fixed mantis 175 - example server does not update time stamp for array pv

This commit is contained in:
Jeff Hill
2005-10-27 23:56:05 +00:00
parent d6c8de87de
commit cd9041afee

View File

@@ -141,6 +141,9 @@ void exVectorPV::scan()
*(pF++) = newValue;
}
aitTimeStamp gddts = this->currentTime;
pDD->setTimeStamp ( & gddts );
status = this->update ( *pDD );
if ( status != S_casApp_success ) {
errMessage (status, "vector scan update failed\n");