Changeset 8799 in ntrip


Ignore:
Timestamp:
Sep 20, 2019, 2:43:12 PM (5 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/ephemeris.h

    r8790 r8799  
    4040  static QString rinexDateStr(const bncTime& tt, const QString& prnStr, double version);
    4141  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();}
    4243
    4344 protected:
Note: See TracChangeset for help on using the changeset viewer.