Changeset 2915 in ntrip
- Timestamp:
- Jan 27, 2011, 3:58:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/combination/bnccomb.cpp
r2913 r2915 58 58 } 59 59 60 cout << staID.toAscii().data() << " " << line.toAscii().data() << endl; 60 cout << staID.toAscii().data() << " " << newCorr->prn.toAscii().data() << " " 61 << newCorr->tt.datestr() << " " << newCorr->tt.timestr() << " " 62 << newCorr->iod << " " << newCorr->dClk << endl; 63 64 delete newCorr; 61 65 } 62 66
Note:
See TracChangeset
for help on using the changeset viewer.