Changeset 4019 in ntrip
- Timestamp:
- Apr 22, 2012, 7:02:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/RTCM3/ephemeris.h
r4018 r4019 33 33 bncTime TOC() const {return _TOC;} 34 34 bool isNewerThan(const t_eph* eph) const { 35 return earlierTime( this, eph);35 return earlierTime(eph, this); 36 36 } 37 37 QString prn() const {return _prn;}
Note:
See TracChangeset
for help on using the changeset viewer.