Changeset 2177 in ntrip for trunk/BNC/bnctime.h


Ignore:
Timestamp:
Jan 4, 2010, 12:50:27 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnctime.h

    r2123 r2177  
    1616  unsigned int gpsw()   const;
    1717  double       gpssec() const;
     18  void         civil_time (unsigned int& hour, unsigned int& min,
     19                           double& sec) const;
    1820
    1921  bool   operator!=(const bncTime &time1) const;
     
    2729  bncTime&     setmjd(double daysec, int mjd);
    2830  void        reset() {_mjd = 0; _sec = 0;}
    29   void        civil_time (unsigned int& hour, unsigned int& min,   double& sec) const;
    3031  static void jdgp(double tjul, double & second, long & nweek);
    3132
Note: See TracChangeset for help on using the changeset viewer.