Ignore:
Timestamp:
12/20/03 13:46:17 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MTime.h

    r2636 r2728  
    2626class MTime : public MParContainer
    2727{
    28 private:
     28public:
    2929    static const UInt_t kHour; // [ms] one hour
    3030    static const UInt_t kDay;  // [ms] one day
    3131
     32private:
    3233    UInt_t fMjd;     // [d]  Day in the century        (Day of sun rise)
    3334    TTime  fTime;    // [ms] Time of Day               (-11h<=x<13h)
     
    7475
    7576    Bool_t   Set(UInt_t mjd, ULong_t ms, UInt_t ns=0);
    76     Bool_t   Set(UShort_t y, Byte_t m, Byte_t d, Byte_t h, Byte_t min, Byte_t s, UShort_t ms, UInt_t ns=0);
     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);
    7778    void     Set(const struct timeval &tv);
    7879    void     SetCT1Time(UInt_t mjd, UInt_t t1, UInt_t t0);
     80    Bool_t   UpdMagicTime(Byte_t h, Byte_t m, Byte_t s, UShort_t ms);
    7981    void     SetMjd(Double_t m);
    8082    Double_t GetMjd() const;
Note: See TracChangeset for help on using the changeset viewer.