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

View File

@@ -59,6 +59,11 @@ double cacChannel::beaconPeriod () const
return - DBL_MAX;
}
double cacChannel::receiveWatchdogDelay () const
{
return - DBL_MAX;
}
bool cacChannel::ca_v42_ok () const
{
return true;