From cd9041afee101ebd7dfb13076834d17f61735061 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 27 Oct 2005 23:56:05 +0000 Subject: [PATCH] fixed mantis 175 - example server does not update time stamp for array pv --- src/makeBaseApp/top/caServerApp/exVectorPV.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/makeBaseApp/top/caServerApp/exVectorPV.cc b/src/makeBaseApp/top/caServerApp/exVectorPV.cc index 869027093..da357831f 100644 --- a/src/makeBaseApp/top/caServerApp/exVectorPV.cc +++ b/src/makeBaseApp/top/caServerApp/exVectorPV.cc @@ -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");