Changeset 5771 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Aug 4, 2014, 9:18:15 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppThread.cpp
r5769 r5771 143 143 void t_pppRun::slotNewCorrections(QStringList corrList) { 144 144 QMutexLocker locker(&_mutex); 145 146 QStringListIterator it(corrList); 147 while (it.hasNext()) { 148 } 149 150 // _pppClient->putOrbCorrections(int numCorr, const t_orbCorr* corr); 151 // _pppClient->putClkCorrections(int numCorr, const t_clkCorr* corr); 152 // _pppClient->putBiases(int numBiases, const t_satBiases* biases); 145 153 } 146 154 //
Note:
See TracChangeset
for help on using the changeset viewer.