Changeset 1953 for trunk/MagicSoft/Cosy/main/MCosy.h
- Timestamp:
- 04/12/03 19:06:27 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/main/MCosy.h
r1817 r1953 15 15 16 16 #define WM_WAIT WM_NULL 17 #define WM_PRESET 0x100017 //#define WM_PRESET 0x1000 18 18 #define WM_POSITION 0x1001 19 19 #define WM_TRACK 0x1002 20 20 #define WM_STOP 0x1003 21 #define WM_CALIB 0x100421 //#define WM_CALIB 0x1004 22 22 #define WM_TPOINT 0x1005 23 23 #define WM_NEWTRACK 0x1006 … … 29 29 #define WM_GEAR 0x100c 30 30 #define WM_DISPLAY 0x100d 31 #define WM_TRACKPOS 0x100e 31 32 32 33 class ShaftEncoder; … … 34 35 class MGCosy; 35 36 class MCosy; 36 class TH 2F;37 class TH1; 37 38 38 39 class MTTalk : public MThread … … 96 97 BackgroundAction_t fBackground; // Flag for present backgroundthread 97 98 98 ZdAz fTrackingError; // Tracking Offset between SE and calc-pos [re]99 ZdAz fTrackingError; // [rad] Tracking Offset between SE and calc-pos 99 100 ZdAz fOffset; // Offset between se and re coordinate system [re] 100 ZdAz fZdAzSoll; // Soll position when moving101 ZdAz fZdAzSoll; // [rad] Soll position when moving 101 102 RaDec fRaDec; // Position to track 102 103 ZdAz fAccuracy; // Actual accuracy of Tracking … … 105 106 ZdAz fMax; 106 107 107 TH 2F*fHist;108 TH1 *fHist; 108 109 Bool_t fTriggerDisplay; 109 110 … … 116 117 117 118 ofstream *tpout; 119 120 Bool_t AlignTrackingPos(ZdAz pointing, ZdAz &za); 121 Bool_t CheckRange(const ZdAz &d) const; 118 122 119 123 double Rad2SE(double rad) const; … … 182 186 Bool_t HandleTimer(TTimer *t); 183 187 184 static ZdAz CorrectTarget(const ZdAz &src, const ZdAz &dst);188 // static ZdAz CorrectTarget(const ZdAz &src, const ZdAz &dst); 185 189 // static ZdAz RaDec2ZdAz(const double mjd, const RaDec &pos, const RaDec &pm=RaDec(0,0)); 186 190
Note:
See TracChangeset
for help on using the changeset viewer.