Changeset 8843 for trunk/MagicSoft/Cosy/candrv
- Timestamp:
- 01/31/08 11:38:09 (17 years ago)
- Location:
- trunk/MagicSoft/Cosy/candrv
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/candrv/nodedrv.cc
r8835 r8843 485 485 // least one Nodeguard message was answered. 486 486 // 487 class NodeGuard : public M yThreadX487 class NodeGuard : public MThread 488 488 { 489 489 Double_t fTimeoutTime; //[s] … … 497 497 public: 498 498 NodeGuard(NodeDrv *drv, Int_t guard, Int_t ltf, Bool_t canopen) 499 : M yThreadX("NodeGuard"), fGuardTime(guard/1000.), fLifeTimeFactor(ltf), fIsCanOpen(canopen), fDrv(drv) { }499 : MThread("NodeGuard"), fGuardTime(guard/1000.), fLifeTimeFactor(ltf), fIsCanOpen(canopen), fDrv(drv) { } 500 500 501 501 void Reset(const timeval_t *tv=NULL) -
trunk/MagicSoft/Cosy/candrv/vmodican.h
r8831 r8843 25 25 class CanOpen; 26 26 27 class VmodIcan : public Interface, public M yThreadX27 class VmodIcan : public Interface, public MThread 28 28 { 29 29 private:
Note:
See TracChangeset
for help on using the changeset viewer.