Changeset 10032 for trunk/Cosy
- Timestamp:
- 10/22/10 11:10:50 (14 years ago)
- Location:
- trunk/Cosy
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosy/Changelog
r10031 r10032 1 1 -*-*- END -*-*- 2 2010/10/22 (La Palma) 3 4 * devdrv/dkc.cc: 5 - fixed two typos 6 7 8 2 9 2010/10/21 (La Palma) 3 10 -
trunk/Cosy/devdrv/dkc.cc
r10029 r10032 355 355 356 356 ReqPosRes(); // Init fVelRes 357 ReqVelRes(); // Init fVelRes VelRes357 ReqVelRes(); // Init fVelRes 358 358 ReqVelMax(); // Init fVelMax 359 359 … … 539 539 if (fStatusPdo3!=stat) 540 540 { 541 gLog << inf << MTime(-1) << ": " << GetNodeName() << " - PDO 2(0x" << hex << (int)stat << dec << ") = ";541 gLog << inf << MTime(-1) << ": " << GetNodeName() << " - PDO3(0x" << hex << (int)stat << dec << ") = "; 542 542 const Bool_t ready = stat&0x001; 543 543 const Bool_t fuse = stat&0x002;
Note:
See TracChangeset
for help on using the changeset viewer.