Changeset 10024 for trunk/Cosy/main/MTracking.h
- Timestamp:
- 10/21/10 11:23:44 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosy/main/MTracking.h
r9559 r10024 17 17 class RaDec; 18 18 class SlaStars; 19 class MMoonPointing; 19 20 20 21 class MTracking : public MSlewing, public MThread … … 32 33 33 34 MLog *fOut; 35 36 MMoonPointing *fMoon; 34 37 35 38 Bool_t UpdateSlalib(SlaPlanets &sla); … … 49 52 public: 50 53 MTracking(MCosy *cosy); 54 ~MTracking(); 51 55 52 56 void TrackPosition(const RaDec &dst); // ra, dec [rad]
Note:
See TracChangeset
for help on using the changeset viewer.