Ignore:
Timestamp:
04/12/03 19:06:27 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1817 r1953  
    1515
    1616#define WM_WAIT         WM_NULL
    17 #define WM_PRESET       0x1000
     17//#define WM_PRESET       0x1000
    1818#define WM_POSITION     0x1001
    1919#define WM_TRACK        0x1002
    2020#define WM_STOP         0x1003
    21 #define WM_CALIB        0x1004
     21//#define WM_CALIB        0x1004
    2222#define WM_TPOINT       0x1005
    2323#define WM_NEWTRACK     0x1006
     
    2929#define WM_GEAR         0x100c
    3030#define WM_DISPLAY      0x100d
     31#define WM_TRACKPOS     0x100e
    3132
    3233class ShaftEncoder;
     
    3435class MGCosy;
    3536class MCosy;
    36 class TH2F;
     37class TH1;
    3738
    3839class MTTalk : public MThread
     
    9697    BackgroundAction_t fBackground;    // Flag for present backgroundthread
    9798
    98     ZdAz  fTrackingError; // Tracking Offset between SE and calc-pos [re]
     99    ZdAz  fTrackingError; // [rad] Tracking Offset between SE and calc-pos
    99100    ZdAz  fOffset;        // Offset between se and re coordinate system [re]
    100     ZdAz  fZdAzSoll;      // Soll position when moving
     101    ZdAz  fZdAzSoll;      // [rad] Soll position when moving
    101102    RaDec fRaDec;         // Position to track
    102103    ZdAz  fAccuracy;      // Actual accuracy of Tracking
     
    105106    ZdAz  fMax;
    106107
    107     TH2F  *fHist;
     108    TH1  *fHist;
    108109    Bool_t fTriggerDisplay;
    109110
     
    116117
    117118    ofstream *tpout;
     119
     120    Bool_t AlignTrackingPos(ZdAz pointing, ZdAz &za);
     121    Bool_t CheckRange(const ZdAz &d) const;
    118122
    119123    double Rad2SE(double rad) const;
     
    182186    Bool_t HandleTimer(TTimer *t);
    183187
    184     static ZdAz CorrectTarget(const ZdAz &src, const ZdAz &dst);
     188    // static ZdAz CorrectTarget(const ZdAz &src, const ZdAz &dst);
    185189    //    static ZdAz RaDec2ZdAz(const double mjd, const RaDec &pos, const RaDec &pm=RaDec(0,0));
    186190
Note: See TracChangeset for help on using the changeset viewer.