Ignore:
Timestamp:
01/31/08 11:38:09 (17 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

    r8835 r8843  
    485485// least one Nodeguard message was answered.
    486486//
    487 class NodeGuard : public MyThreadX
     487class NodeGuard : public MThread
    488488{
    489489    Double_t fTimeoutTime;     //[s]
     
    497497public:
    498498    NodeGuard(NodeDrv *drv, Int_t guard, Int_t ltf, Bool_t canopen)
    499         : MyThreadX("NodeGuard"), fGuardTime(guard/1000.), fLifeTimeFactor(ltf), fIsCanOpen(canopen), fDrv(drv) { }
     499        : MThread("NodeGuard"), fGuardTime(guard/1000.), fLifeTimeFactor(ltf), fIsCanOpen(canopen), fDrv(drv) { }
    500500
    501501    void Reset(const timeval_t *tv=NULL)
  • trunk/MagicSoft/Cosy/candrv/vmodican.h

    r8831 r8843  
    2525class CanOpen;
    2626
    27 class VmodIcan : public Interface, public MyThreadX
     27class VmodIcan : public Interface, public MThread
    2828{
    2929private:
Note: See TracChangeset for help on using the changeset viewer.