Changeset 5788 in ntrip for trunk/BNC/src
- Timestamp:
- Aug 4, 2014, 2:58:19 PM (10 years ago)
- Location:
- trunk/BNC/src/PPP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppClient.cpp
r5787 r5788 114 114 if (ephGPS) { 115 115 _ephPool->putEphemeris(new t_ephGPS(*ephGPS)); 116 LOG << OPT->_roverName << " putEphemeris GPS" << endl;117 116 } 118 117 else if (ephGlo) { 119 118 _ephPool->putEphemeris(new t_ephGlo(*ephGlo)); 120 LOG << OPT->_roverName << " putEphemeris Glo" << endl;121 119 } 122 120 else if (ephGal) { 123 121 _ephPool->putEphemeris(new t_ephGal(*ephGal)); 124 LOG << OPT->_roverName << " putEphemeris Gal" << endl;125 122 } 126 123 } … … 132 129 _ephPool->putOrbCorrection(new t_orbCorr(*corr[ii])); 133 130 } 134 LOG << OPT->_roverName << " putOrbCorrections " << corr.size() << endl;135 131 } 136 132 … … 141 137 _ephPool->putClkCorrection(new t_clkCorr(*corr[ii])); 142 138 } 143 LOG << OPT->_roverName << " putClkCorrections " << corr.size() << endl;144 139 } 145 140 … … 150 145 _obsPool->putBiases(new t_satBias(*biases[ii])); 151 146 } 152 LOG << OPT->_roverName << " putBiases " << biases.size() << endl;153 147 } 154 148 -
trunk/BNC/src/PPP/pppThread.cpp
r5785 r5788 66 66 //////////////////////////////////////////////////////////////////////////// 67 67 t_pppThread::~t_pppThread() { 68 cout << "~t_pppThread" << endl;69 68 delete _pppRun; 70 69 } … … 115 114 //////////////////////////////////////////////////////////////////////////// 116 115 t_pppRun::~t_pppRun() { 117 cout << "~t_pppRun" << endl;118 116 } 119 117
Note:
See TracChangeset
for help on using the changeset viewer.