Changeset 1804 for trunk/MagicSoft/Cosy/candrv
- Timestamp:
- 03/02/03 17:08:13 (22 years ago)
- Location:
- trunk/MagicSoft/Cosy/candrv
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/candrv/nodedrv.cc
r1784 r1804 154 154 155 155 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."; 157 157 lout << endl; 158 158 … … 500 500 fTimeout->SetTime(fGuardTime); 501 501 fTimeout->Reset(); 502 503 // Timer t; 504 // fTimeoutTime = t.Now() + (fGuardTime*fLifeTimeFactor/1000.); 505 502 506 fTimeout->TurnOn(); 503 507 //fTimeout->Start(fGuardTime, kTRUE); … … 576 580 if (now > fTimeoutTime) 577 581 { 582 cout << "==out==> " << fmod(now*1000, 10000)/10 << " > " << fmod(fTimeoutTime*10000, 10000)/10 << endl; 578 583 //cout << "ERROR - " << GetNodeName() << " didn't respond in timeout window." << endl; 579 584 //lout << "ERROR - " << GetNodeName() << " didn't respond in timeout window." << endl; -
trunk/MagicSoft/Cosy/candrv/vmodican.cc
r1757 r1804 147 147 switch (c) 148 148 { 149 //150 // Fast message (not used/working)151 //149 // 150 // Fast message (not used/working) 151 // 152 152 case FAST_QUEUE: 153 153 cout << "--> Fast Queue: " << flush;
Note:
See TracChangeset
for help on using the changeset viewer.