Changeset 3262 in ntrip
- Timestamp:
- Apr 6, 2011, 10:01:46 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/combination/bnccomb.cpp ¶
r3228 r3262 626 626 " %8.3f %8.3f %8.3f %8.3f" 627 627 " %10.5f %10.5f %10.5f %10.5f" 628 " %10.5f INTERNAL", 628 " %10.5f %10.5f %10.5f %10.5f INTERNAL", 629 629 messageType, updateInt, time12.gpsw(), time12.gpssec(), 630 630 corr->prn.toAscii().data(), … … 638 638 corr->dotRao[1], 639 639 corr->dotRao[2], 640 corr->dotDotDClk * t_CST::c); 640 corr->dotDotDClk * t_CST::c, 641 corr->dotDotRao[0], 642 corr->dotDotRao[1], 643 corr->dotDotRao[2]); 641 644 corrLines << line; 642 645 }
Note:
See TracChangeset
for help on using the changeset viewer.