Changeset 9020 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
Aug 18, 2020, 10:13:16 PM (4 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bnccaster.cpp

    r9019 r9020  
    178178    // Update/Set Slip Counters
    179179    // ------------------------
    180     setSlipCounters(obs);
    181    
     180    //setSlipCounters(obs);
     181
    182182    // Output into the socket
    183183    // ----------------------
     
    578578}
    579579
    580 // Set/Update Slip Counters 
     580// Set/Update Slip Counters
    581581////////////////////////////////////////////////////////////////////////////
    582582void bncCaster::setSlipCounters(t_satObs& obs) {
     
    615615  for (unsigned ii = 0; ii < obs._obs.size(); ii++) {
    616616    t_frqObs* frqObs = obs._obs[ii];
    617     frqObs->_slipCounter = jcMap[obs._prn]; 
    618   }
    619 }
     617    frqObs->_slipCounter = jcMap[obs._prn];
     618  }
     619}
Note: See TracChangeset for help on using the changeset viewer.