Changeset 9020 in ntrip
- Timestamp:
- Aug 18, 2020, 10:13:16 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnccaster.cpp
r9019 r9020 178 178 // Update/Set Slip Counters 179 179 // ------------------------ 180 setSlipCounters(obs);181 180 //setSlipCounters(obs); 181 182 182 // Output into the socket 183 183 // ---------------------- … … 578 578 } 579 579 580 // Set/Update Slip Counters 580 // Set/Update Slip Counters 581 581 //////////////////////////////////////////////////////////////////////////// 582 582 void bncCaster::setSlipCounters(t_satObs& obs) { … … 615 615 for (unsigned ii = 0; ii < obs._obs.size(); ii++) { 616 616 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.