From b0e533dd75934da27684246fa869d066358d2ea0 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 9 Jul 1996 22:53:33 +0000 Subject: [PATCH] init stat and sev in gdd --- src/cas/generic/casStrmClient.cc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/cas/generic/casStrmClient.cc b/src/cas/generic/casStrmClient.cc index bef689fcd..85be37457 100644 --- a/src/cas/generic/casStrmClient.cc +++ b/src/cas/generic/casStrmClient.cc @@ -29,6 +29,9 @@ * * History * $Log$ + * Revision 1.4 1996/07/01 19:56:14 jhill + * one last update prior to first release + * * Revision 1.3 1996/06/26 21:18:59 jhill * now matches gdd api revisions * @@ -57,7 +60,7 @@ static const caHdr nill_msg = {0u,0u,0u,0u,0u,0u}; // // casStrmClient::verifyRequest() // -inline caStatus casStrmClient::verifyRequest (casChannelI *&pChan) +caStatus casStrmClient::verifyRequest (casChannelI *&pChan) { const caHdr *mp = this->ctx.getMsg(); @@ -1379,6 +1382,9 @@ caStatus casStrmClient::writeScalerData() return S_cas_badType; } + pDD->setStat(epicsAlarmNone); + pDD->setSevr(epicsSevNone); + // // No suprises when multiple codes are looking // at the same data @@ -1450,6 +1456,9 @@ caStatus casStrmClient::writeArrayData() // pDD->putRef (pData, type, pDestructor); + pDD->setStat(epicsAlarmNone); + pDD->setSevr(epicsSevNone); + // // No suprises when multiple codes are looking // at the same data