Changeset 3840 in ntrip for trunk/BNC/rinex
- Timestamp:
- Apr 12, 2012, 12:12:51 PM (13 years ago)
- Location:
- trunk/BNC/rinex
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/rinex/rnxobsfile.h
r3838 r3840 40 40 class t_rnxObsFile { 41 41 public: 42 43 static bool earlierStartTime(const t_rnxObsFile* file1, const t_rnxObsFile* file2) { 44 return file1->startTime() < file2->startTime(); 45 } 42 46 43 47 class t_rnxSat { -
trunk/BNC/rinex/teqcedit.cpp
r3839 r3840 70 70 _rnxObsFiles.append(rnxObsFile); 71 71 } 72 qStableSort(_rnxObsFiles.begin(), _rnxObsFiles.end(), 73 t_rnxObsFile::earlierStartTime); 72 74 73 75 emit finished();
Note:
See TracChangeset
for help on using the changeset viewer.