Changeset 4403 in ntrip for trunk/BNC/src/rinex/bncpostprocess.cpp
- Timestamp:
- Jul 8, 2012, 11:35:48 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/bncpostprocess.cpp
r4391 r4403 119 119 for (int iType = 0; iType < rnxObsFile->nTypes(obs.satSys); iType++) { 120 120 QString type = rnxObsFile->obsType(obs.satSys,iType).toAscii(); 121 obs.setMeasdata(type, rnx Sat.obs[iType]);121 obs.setMeasdata(type, rnxObsFile->version(), rnxSat.obs[iType]); 122 122 // TOOD: handle slip flags 123 123 }
Note:
See TracChangeset
for help on using the changeset viewer.