Ignore:
Timestamp:
01/10/03 15:38:47 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/gui/MGCosy.h

    r1531 r1701  
    4747    TGLabel       *fOffsetAz;
    4848
     49    TGLabel       *fRaEst;
     50    TGLabel       *fDecEst;
     51
     52    TGLabel       *fRaSoll;
     53    TGLabel       *fDecSoll;
     54
     55    TGLabel       *fZdSoll;
     56    TGLabel       *fAzSoll;
     57
    4958    TGLabel       *fUtc;
    5059    TGLabel       *fMjd;
     
    8392    void EnableLabel(TGLabel *label, Bool_t stat);
    8493    void UpdateOffset(ZdAz &off);
     94    void UpdateZdAz(ZdAz &off);
     95    void UpdateRaDec(ZdAz &pos, double mjd, RaDec &radec);
    8596    double UpdateTime();
    8697
     
    97108    TGListBox *GetLog() const { return fLog; }
    98109
    99     void Update(ZdAz pos, ZdAz acc, ZdAz vel, ZdAz off, UInt_t stat);
     110    void Update(ZdAz pos, ZdAz acc, ZdAz vel, ZdAz off, RaDec radec, ZdAz soll, UInt_t stat);
    100111
    101112    Bool_t ProcessMessage(Long_t msg, Long_t mp1, Long_t mp2);
Note: See TracChangeset for help on using the changeset viewer.