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


Ignore:
Timestamp:
Aug 11, 2010, 3:11:24 PM (14 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnctime.h

    r2252 r2566  
    1818  unsigned int gpsw()   const;
    1919  double       gpssec() const;
     20  void         civil_date (unsigned int& year, unsigned int& month,
     21                           unsigned int& day) const;
    2022  void         civil_time (unsigned int& hour, unsigned int& min,
    2123                           double& sec) const;
     
    2729
    2830  std::string timestr(unsigned numdec = 3, char sep = ':') const; 
     31  std::string datestr(char sep = '-') const; 
    2932
    3033 private:
Note: See TracChangeset for help on using the changeset viewer.