receive watchdog delay diagnostic

This commit is contained in:
Jeff Hill
2003-02-24 16:05:22 +00:00
parent 385db085c7
commit 2c21dd8737
13 changed files with 44 additions and 2 deletions
+6
View File
@@ -1088,6 +1088,12 @@ double epicsShareAPI ca_beacon_period ( chid pChan )
return pChan->beaconPeriod ();
}
// extern "C"
double epicsShareAPI ca_receive_watchdog_delay ( chid pChan )
{
return pChan->receiveWatchdogDelay ();
}
/*
* ca_get_ioc_connection_count()
*