Ignore:
Timestamp:
12/18/02 17:48:44 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/devdrv/shaftencoder.cc

    r1531 r1690  
    200200    lout << "- Requesting Hardware Type (SDO 0x1000) of " << GetNodeName() << endl;
    201201    RequestSDO(0x1000);
    202     WaitForSdo(0x1000);
     202    if (!WaitForSdo(0x1000))
     203    {
     204        lout << "  ... failed." << endl;
     205        fIsZombie = true;
     206        return;
     207    }
    203208
    204209    //
Note: See TracChangeset for help on using the changeset viewer.