removed repeater confirm through cac
This commit is contained in:
@@ -464,13 +464,6 @@ cacChannel & cac::createChannel (
|
||||
return *pNetChan;
|
||||
}
|
||||
|
||||
void cac::repeaterSubscribeConfirmNotify ()
|
||||
{
|
||||
if ( this->pudpiiu ) {
|
||||
this->pudpiiu->repeaterConfirmNotify ();
|
||||
}
|
||||
}
|
||||
|
||||
bool cac::transferChanToVirtCircuit (
|
||||
epicsGuard < epicsMutex > & cbGuard, unsigned cid, unsigned sid, // X aCC 431
|
||||
ca_uint16_t typeCode, arrayElementCount count,
|
||||
|
||||
@@ -127,7 +127,6 @@ public:
|
||||
// beacon management
|
||||
void beaconNotify ( const inetAddrID & addr, const epicsTime & currentTime,
|
||||
ca_uint32_t beaconNumber, unsigned protocolRevision );
|
||||
void repeaterSubscribeConfirmNotify ();
|
||||
unsigned beaconAnomaliesSinceProgramStart (
|
||||
epicsGuard < epicsMutex > & ) const;
|
||||
|
||||
|
||||
+1
-6
@@ -701,7 +701,7 @@ bool udpiiu::beaconAction (
|
||||
bool udpiiu::repeaterAckAction ( epicsGuard < epicsMutex > &, const caHdr &,
|
||||
const osiSockAddr &, const epicsTime &)
|
||||
{
|
||||
this->cacRef.repeaterSubscribeConfirmNotify ();
|
||||
this->pRepeaterSubscribeTmr->confirmNotify ();
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -1001,11 +1001,6 @@ bool udpiiu::wakeupMsg ()
|
||||
return false;
|
||||
}
|
||||
|
||||
void udpiiu::repeaterConfirmNotify ()
|
||||
{
|
||||
this->pRepeaterSubscribeTmr->confirmNotify ();
|
||||
}
|
||||
|
||||
void udpiiu::beaconAnomalyNotify (
|
||||
epicsGuard < epicsMutex > & cacGuard, const epicsTime & currentTime )
|
||||
{
|
||||
|
||||
@@ -99,7 +99,6 @@ public:
|
||||
ca_uint32_t datagramSeqNumber ( epicsGuard < udpMutex > & ) const;
|
||||
void show ( unsigned level ) const;
|
||||
bool wakeupMsg ();
|
||||
void repeaterConfirmNotify ();
|
||||
void beaconAnomalyNotify (
|
||||
epicsGuard < epicsMutex > & guard, const epicsTime & currentTime );
|
||||
void govExpireNotify ( const epicsTime & currentTime );
|
||||
|
||||
Reference in New Issue
Block a user