Changeset 3755 in ntrip
- Timestamp:
- Mar 30, 2012, 6:51:35 PM (13 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncpppclient.cpp
r3753 r3755 327 327 } 328 328 } 329 330 //// beg test331 QMapIterator<QString, t_corr*> ic(_corr);332 while (ic.hasNext()) {333 ic.next();334 const t_corr* corr = ic.value();335 cout.setf(ios::fixed);336 cout << corr->prn.toAscii().data() << " "337 << setw(3) << corr->iod << " "338 << setw(8) << setprecision(3) << corr->dClk * t_CST::c << " "339 << corr->tRao.datestr() << " " << corr->tRao.timestr() << " "340 << corr->tClk.datestr() << " " << corr->tClk.timestr() << endl;341 }342 //// end test343 329 } 344 330 -
trunk/BNC/rinex/bncpostprocess.cpp
r3753 r3755 132 132 ++nEpo; 133 133 134 cout << "process " << epo->tt.datestr() << " "135 << epo->tt.timestr() << endl;136 137 134 // Get Corrections 138 135 // ---------------
Note:
See TracChangeset
for help on using the changeset viewer.