Changeset 10598 in ntrip for trunk/BNC/src/PPP/pppParlist.cpp
- Timestamp:
- Jan 31, 2025, 10:28:41 AM (5 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppParlist.cpp
r10590 r10598 431 431 // Receiver Clocks 432 432 // --------------- 433 //if (_usedSystems['G']) {434 if (OPT->useSystem('G')) {433 if (_usedSystems['G']) { 434 //if (OPT->useSystem('G')) { 435 435 required.push_back(new t_pppParam(t_pppParam::rClkG, t_prn(), t_lc::dummy)); 436 436 } 437 438 if (OPT->useSystem('R')) {437 if (_usedSystems['R']) { 438 //if (OPT->useSystem('R')) { 439 439 required.push_back(new t_pppParam(t_pppParam::rClkR, t_prn(), t_lc::dummy)); 440 440 } 441 442 if (OPT->useSystem('E')) {441 if (_usedSystems['E']) { 442 //if (OPT->useSystem('E')) { 443 443 required.push_back(new t_pppParam(t_pppParam::rClkE, t_prn(), t_lc::dummy)); 444 444 } 445 446 if (OPT->useSystem('C')) {445 if (_usedSystems['C']) { 446 //if (OPT->useSystem('C')) { 447 447 required.push_back(new t_pppParam(t_pppParam::rClkC, t_prn(), t_lc::dummy)); 448 448 }
Note:
See TracChangeset
for help on using the changeset viewer.