Changeset 1690 for trunk/MagicSoft/Cosy/devdrv/shaftencoder.cc
- Timestamp:
- 12/18/02 17:48:44 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/devdrv/shaftencoder.cc
r1531 r1690 200 200 lout << "- Requesting Hardware Type (SDO 0x1000) of " << GetNodeName() << endl; 201 201 RequestSDO(0x1000); 202 WaitForSdo(0x1000); 202 if (!WaitForSdo(0x1000)) 203 { 204 lout << " ... failed." << endl; 205 fIsZombie = true; 206 return; 207 } 203 208 204 209 //
Note:
See TracChangeset
for help on using the changeset viewer.