Ignore:
Timestamp:
01/31/08 11:38:09 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/main/MTracking.h

    r8814 r8843  
    1414class SlaStars;
    1515
    16 class MTracking : public MSlewing, public MyThreadX
     16class MTracking : public MSlewing, public MThread
    1717{
    1818private:
     
    4242
    4343public:
    44     MTracking(MCosy *cosy) : MSlewing(cosy), MyThreadX("MTracking"), fTrackAcc(0.1), fTrackDec(0.1), fOut(0) { }
     44    MTracking(MCosy *cosy) : MSlewing(cosy), MThread("MTracking"), fTrackAcc(0.1), fTrackDec(0.1), fOut(0) { }
    4545
    4646    void TrackPosition(const RaDec &dst); // ra, dec [rad]
Note: See TracChangeset for help on using the changeset viewer.