Ignore:
Timestamp:
02/17/08 22:39:04 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/candrv/canopen.cc

    r8862 r8864  
    7878    if (fInterface)
    7979        fInterface->Stop();
     80}
     81
     82bool CanOpen::HasError() const
     83{
     84    return fInterface ? !fInterface->HasConnection() : kFALSE;
    8085}
    8186
Note: See TracChangeset for help on using the changeset viewer.