Changeset 4608 in ntrip for trunk/BNC/src/rinex/reqcanalyze.cpp
- Timestamp:
- Aug 31, 2012, 10:44:58 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/reqcanalyze.cpp
r4607 r4608 288 288 bool okFlag = false; 289 289 290 // Compute the Multipath291 // ---------------------- 290 // Availability and Slip Flags 291 // --------------------------- 292 292 double L1 = obs.measdata("L1", 3.0); 293 293 if (L1 != 0) { … … 298 298 newObs->_hasL2 = true; 299 299 } 300 if (obs.slipL1) { 301 newObs->_slipL1 = true; 302 } 303 if (obs.slipL2) { 304 newObs->_slipL2 = true; 305 } 306 307 // Compute the Multipath 308 // ---------------------- 300 309 if (L1 != 0.0 && L2 != 0.0) { 301 310 double f1 = t_CST::f1(obs.satSys, obs.slotNum);
Note:
See TracChangeset
for help on using the changeset viewer.