Changeset 3557 in ntrip


Ignore:
Timestamp:
Dec 23, 2011, 11:24:33 PM (12 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnc.pro

    r3556 r3557  
    22# Switch to debug configuration
    33# -----------------------------
    4 CONFIG -= release
    5 CONFIG += debug
     4CONFIG -= debug
     5CONFIG += release
    66
    77
  • trunk/BNC/bnctime.h

    r3552 r3557  
    1919  unsigned int gpsw()   const;
    2020  double       gpssec() const;
    21   unsigned long longSec() {
    22     return (unsigned long) gpsw() * 604800UL + (unsigned long) gpssec();
    23   }
    2421  void         civil_date (unsigned int& year, unsigned int& month,
    2522                           unsigned int& day) const;
Note: See TracChangeset for help on using the changeset viewer.