Ignore:
Timestamp:
10/21/10 11:23:44 (14 years ago)
Author:
tbretz
Message:
Finally fixed MTracking to get the tracking of celestial objects working.
File:
1 edited

Legend:

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

    r9559 r10024  
    1717class RaDec;
    1818class SlaStars;
     19class MMoonPointing;
    1920
    2021class MTracking : public MSlewing, public MThread
     
    3233
    3334    MLog   *fOut;
     35
     36    MMoonPointing *fMoon;
    3437
    3538    Bool_t UpdateSlalib(SlaPlanets &sla);
     
    4952public:
    5053    MTracking(MCosy *cosy);
     54    ~MTracking();
    5155
    5256    void TrackPosition(const RaDec &dst); // ra, dec [rad]
Note: See TracChangeset for help on using the changeset viewer.