Ignore:
Timestamp:
03/02/03 17:08:13 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Cosy/candrv
Files:
2 edited

Legend:

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

    r1784 r1804  
    154154
    155155    lout << hex << setfill('0');
    156     lout << "Node #" << (int)fId << ": Sdo=" << idx  << "/" << (int)subidx << " set.";
     156    lout << "Node #" << dec << (int)fId << ": Sdo=" << hex << idx  << "/" << (int)subidx << " set.";
    157157    lout << endl;
    158158
     
    500500    fTimeout->SetTime(fGuardTime);
    501501    fTimeout->Reset();
     502
     503//    Timer t;
     504//    fTimeoutTime = t.Now() + (fGuardTime*fLifeTimeFactor/1000.);
     505
    502506    fTimeout->TurnOn();
    503507    //fTimeout->Start(fGuardTime, kTRUE);
     
    576580    if (now > fTimeoutTime)
    577581    {
     582        cout << "==out==> " << fmod(now*1000, 10000)/10 << " > " << fmod(fTimeoutTime*10000, 10000)/10 << endl;
    578583        //cout << "ERROR - " << GetNodeName() << " didn't respond in timeout window." << endl;
    579584        //lout << "ERROR - " << GetNodeName() << " didn't respond in timeout window." << endl;
  • trunk/MagicSoft/Cosy/candrv/vmodican.cc

    r1757 r1804  
    147147        switch (c)
    148148        {
    149         //
    150         // Fast message (not used/working)
    151         //
     149            //
     150            // Fast message (not used/working)
     151            //
    152152        case FAST_QUEUE:
    153153            cout << "--> Fast Queue:  " << flush;
Note: See TracChangeset for help on using the changeset viewer.