Changeset 1701 for trunk/MagicSoft/Cosy/gui/MGCosy.h
- Timestamp:
- 01/10/03 15:38:47 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/gui/MGCosy.h
r1531 r1701 47 47 TGLabel *fOffsetAz; 48 48 49 TGLabel *fRaEst; 50 TGLabel *fDecEst; 51 52 TGLabel *fRaSoll; 53 TGLabel *fDecSoll; 54 55 TGLabel *fZdSoll; 56 TGLabel *fAzSoll; 57 49 58 TGLabel *fUtc; 50 59 TGLabel *fMjd; … … 83 92 void EnableLabel(TGLabel *label, Bool_t stat); 84 93 void UpdateOffset(ZdAz &off); 94 void UpdateZdAz(ZdAz &off); 95 void UpdateRaDec(ZdAz &pos, double mjd, RaDec &radec); 85 96 double UpdateTime(); 86 97 … … 97 108 TGListBox *GetLog() const { return fLog; } 98 109 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); 100 111 101 112 Bool_t ProcessMessage(Long_t msg, Long_t mp1, Long_t mp2);
Note:
See TracChangeset
for help on using the changeset viewer.