many changes associated will disconnecting the channel but not disconnecting the circuit
This commit is contained in:
@@ -41,6 +41,11 @@ repeaterSubscribeTimer::~repeaterSubscribeTimer ()
|
||||
this->timer.destroy ();
|
||||
}
|
||||
|
||||
void repeaterSubscribeTimer::shutdown ()
|
||||
{
|
||||
this->timer.cancel ();
|
||||
}
|
||||
|
||||
epicsTimerNotify::expireStatus repeaterSubscribeTimer::
|
||||
expire ( const epicsTime & /* currentTime */ ) // X aCC 361
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user