Changeset 8864 for trunk/MagicSoft/Cosy/candrv/canopen.cc
- Timestamp:
- 02/17/08 22:39:04 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/candrv/canopen.cc
r8862 r8864 78 78 if (fInterface) 79 79 fInterface->Stop(); 80 } 81 82 bool CanOpen::HasError() const 83 { 84 return fInterface ? !fInterface->HasConnection() : kFALSE; 80 85 } 81 86
Note:
See TracChangeset
for help on using the changeset viewer.