Changeset 6998 in ntrip for trunk/BNC/src
- Timestamp:
- Jun 30, 2015, 1:00:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppSatObs.cpp
r6463 r6998 81 81 // -------------------- 82 82 _fType1 = t_lc::toFreq(_prn.system(),t_lc::l1); 83 if (_prn.system() == 'E') { 84 _fType2 = t_frequency::E5; 85 } 86 else { 87 _fType2 = t_lc::toFreq(_prn.system(),t_lc::l2); 88 } 83 _fType2 = t_lc::toFreq(_prn.system(),t_lc::l2); 89 84 90 85 // Check whether all required frequencies available
Note:
See TracChangeset
for help on using the changeset viewer.