Changeset 3782 in ntrip for trunk/BNC/rinex/bncpostprocess.cpp


Ignore:
Timestamp:
Apr 5, 2012, 11:52:26 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rinex/bncpostprocess.cpp

    r3763 r3782  
    158158      obs.GPSWeek  = epo->tt.gpsw();
    159159      obs.GPSWeeks = epo->tt.gpssec();
     160      //// TODO: check RINEX Version 3 types
    160161      for (int iType = 0; iType < _rnxObsFile->nTypes(obs.satSys); iType++) {
    161162        QByteArray type = _rnxObsFile->obsType(obs.satSys,iType).toAscii();
Note: See TracChangeset for help on using the changeset viewer.