Ignore:
Timestamp:
05/04/04 20:44:01 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mbase
Files:
2 edited

Legend:

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

    r3666 r3967  
    4747//
    4848// WARNING: Be carefull changing this class. It is also used in the
    49 //          MAGIC drive software cosy!
     49//          MAGIC drive software cosy as VERY IMPORTANT stuff!
    5050//
    5151// Remarke: If you encounter strange behaviour, check the casting.
     
    166166// in milliseconds) and a nanosecond part.
    167167//
    168 Bool_t MTime::Set(UInt_t mjd, ULong_t ms, UInt_t ns)
     168Bool_t MTime::SetMjd(UInt_t mjd, ULong_t ms, UInt_t ns)
    169169{
    170170    // [d]  mjd  (eg. 52320)
  • trunk/MagicSoft/Mars/mbase/MTime.h

    r3920 r3967  
    7575    void Now();
    7676
    77     Bool_t   Set(UInt_t mjd, ULong_t ms, UInt_t ns=0);
    7877    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);
    7978    void     Set(const struct timeval &tv);
     
    8382    void     SetCT1Time(UInt_t mjd, UInt_t t1, UInt_t t0);
    8483    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);
    8585    void     SetMjd(Double_t m);
    8686    Double_t GetMjd() const;
Note: See TracChangeset for help on using the changeset viewer.