Changeset 10598 in ntrip for trunk/BNC/src/PPP/pppParlist.cpp


Ignore:
Timestamp:
Jan 31, 2025, 10:28:41 AM (5 days ago)
Author:
stuerze
Message:

changes regarding PPP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppParlist.cpp

    r10590 r10598  
    431431  // Receiver Clocks
    432432  // ---------------
    433    //if (_usedSystems['G']) {
    434    if (OPT->useSystem('G')) {
     433   if (_usedSystems['G']) {
     434   //if (OPT->useSystem('G')) {
    435435     required.push_back(new t_pppParam(t_pppParam::rClkG, t_prn(), t_lc::dummy));
    436436   }
    437 
    438    if (OPT->useSystem('R')) {
     437   if (_usedSystems['R']) {
     438   //if (OPT->useSystem('R')) {
    439439     required.push_back(new t_pppParam(t_pppParam::rClkR, t_prn(), t_lc::dummy));
    440440   }
    441 
    442    if (OPT->useSystem('E')) {
     441   if (_usedSystems['E']) {
     442   //if (OPT->useSystem('E')) {
    443443     required.push_back(new t_pppParam(t_pppParam::rClkE, t_prn(), t_lc::dummy));
    444444   }
    445 
    446    if (OPT->useSystem('C')) {
     445   if (_usedSystems['C']) {
     446   //if (OPT->useSystem('C')) {
    447447     required.push_back(new t_pppParam(t_pppParam::rClkC, t_prn(), t_lc::dummy));
    448448   }
Note: See TracChangeset for help on using the changeset viewer.