Made the scan timer clean up the link in exPV to the timer
in case they change the scan timer to a one shot.
This commit is contained in:
@@ -11,9 +11,9 @@ osiTime exPV::currentTime;
|
||||
// exPV::exPV()
|
||||
//
|
||||
exPV::exPV (caServer &casIn, pvInfo &setup, aitBool preCreateFlag, aitBool scanOnIn) :
|
||||
casPV(casIn),
|
||||
pValue(NULL),
|
||||
info(setup),
|
||||
casPV(casIn),
|
||||
interest(aitFalse),
|
||||
preCreate(preCreateFlag),
|
||||
scanOn(scanOnIn)
|
||||
@@ -110,6 +110,14 @@ caStatus exPV::update(gdd &valueIn)
|
||||
return S_casApp_success;
|
||||
}
|
||||
|
||||
//
|
||||
// exScanTimer::~exScanTimer ()
|
||||
//
|
||||
exScanTimer::~exScanTimer ()
|
||||
{
|
||||
pv.pScanTimer = NULL;
|
||||
}
|
||||
|
||||
//
|
||||
// exScanTimer::expire ()
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user