removed repeater confirm through cac

This commit is contained in:
Jeff Hill
2004-02-03 03:04:42 +00:00
parent 4bb85b7256
commit 9231d4c9b9
4 changed files with 1 additions and 15 deletions
-7
View File
@@ -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,
-1
View File
@@ -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
View File
@@ -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 )
{
-1
View File
@@ -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 );