Changeset 3557 in ntrip
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnc.pro
r3556 r3557 2 2 # Switch to debug configuration 3 3 # ----------------------------- 4 CONFIG -= release5 CONFIG += debug4 CONFIG -= debug 5 CONFIG += release 6 6 7 7 -
trunk/BNC/bnctime.h
r3552 r3557 19 19 unsigned int gpsw() const; 20 20 double gpssec() const; 21 unsigned long longSec() {22 return (unsigned long) gpsw() * 604800UL + (unsigned long) gpssec();23 }24 21 void civil_date (unsigned int& year, unsigned int& month, 25 22 unsigned int& day) const;
Note:
See TracChangeset
for help on using the changeset viewer.