Changeset 10009 in ntrip for trunk/BNC/src/PPP/pppParlist.cpp
- Timestamp:
- Mar 17, 2023, 10:17:00 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppParlist.cpp
r10004 r10009 510 510 } 511 511 512 513 512 if (OPT->_obsModelType == OPT->DCMcodeBias || 514 513 OPT->_obsModelType == OPT->DCMphaseBias) { … … 693 692 required.push_back(new t_pppParam(t_pppParam::clkR, t_prn(), t_lc::dummy)); 694 693 695 // G lonassClock Offset694 // GLONASS Clock Offset 696 695 // -------------------- 697 if (_usedSystems.contains('R') && (_usedSystems.contains('G') || _usedSystems.contains('E'))) { 696 if ( _usedSystems.contains('R') && 697 (_usedSystems.contains('G') || _usedSystems.contains('E') || _usedSystems.contains('C'))) { 698 698 required.push_back(new t_pppParam(t_pppParam::offGlo, t_prn(), t_lc::dummy)); 699 699 }
Note:
See TracChangeset
for help on using the changeset viewer.