Changeset 3967 for trunk/MagicSoft/Mars/mbase/MTime.h
- Timestamp:
- 05/04/04 20:44:01 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MTime.h
r3920 r3967 75 75 void Now(); 76 76 77 Bool_t Set(UInt_t mjd, ULong_t ms, UInt_t ns=0);78 77 Bool_t Set(UShort_t y, Byte_t m, Byte_t d, Byte_t h=13, Byte_t min=0, Byte_t s=0, UShort_t ms=0, UInt_t ns=0); 79 78 void Set(const struct timeval &tv); … … 83 82 void SetCT1Time(UInt_t mjd, UInt_t t1, UInt_t t0); 84 83 Bool_t UpdMagicTime(Byte_t h, Byte_t m, Byte_t s, UInt_t ns); 84 Bool_t SetMjd(UInt_t mjd, ULong_t ms, UInt_t ns=0); 85 85 void SetMjd(Double_t m); 86 86 Double_t GetMjd() const;
Note:
See TracChangeset
for help on using the changeset viewer.