Changeset 8799 in ntrip for trunk/BNC/src/ephemeris.h
- Timestamp:
- Sep 20, 2019, 2:43:12 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/ephemeris.h
r8790 r8799 40 40 static QString rinexDateStr(const bncTime& tt, const QString& prnStr, double version); 41 41 static bool earlierTime(const t_eph* eph1, const t_eph* eph2) {return eph1->_TOC < eph2->_TOC;} 42 static bool prnSort(const t_eph* eph1, const t_eph* eph2) {return eph1->prn() < eph2->prn();} 42 43 43 44 protected:
Note:
See TracChangeset
for help on using the changeset viewer.